Standard Colors
From TeleFlow
(Difference between revisions)
Line 1: | Line 1: | ||
This section provides a quick reference some standard colors definitions.. | This section provides a quick reference some standard colors definitions.. | ||
{| class="prettytable" | {| class="prettytable" | ||
- | | colspan="7" | | + | | colspan="7" | <b>The "Static" Colors</b> |
|- | |- |
Current revision
This section provides a quick reference some standard colors definitions..
The "Static" Colors | ||||||
| | | | | | |
0
| 0
| 0
| 0
| $000000 | black | clBlack |
1
| 128
| 0
| 0
| $000080 | dark red (maroon) | clMaroon |
2
| 0
| 128
| 0
| $008000 | dark green | clGreen |
3
| 128
| 128
| 0
| $008080 | dark yellow (olive) | clOlive |
4
| 0
| 0
| 128
| $800000 | dark blue (navy) | clNavy |
5
| 128
| 0
| 128
| $800080 | dark magenta (purple) | clPurple |
6
| 0
| 128
| 128
| $808000 | dark cyan (teal) | clTeal |
7
| 192
| 192
| 192
| $C0C0C0 | light grey | clSilver |
8
| 192
| 220
| 192
| $C0DCC0 | *"money" green | TColor($C0DCC0)clMoneyGreen (D6) |
9
| 166
| 202
| 240
| $F0CAA6 | *sky blueSometimes RGB(164,200,240) | TColor($F0CAA6)clSkyBlue (D6)RxLib: TColor($FFFBF0) |
246
| 255
| 251
| 240
| $F0FBFF | *cream | TColor($F0FBFF)clCream (D6)RxLib: TColor($A6CAF0) |
247
| 160
| 160
| 164
| $A4A0A0 | *light grey | clMedGray (D6)TColor($A4A0A0) |
248
| 128
| 128
| 128
| $808080 | medium grey | clGray, cl DkGray |
249
| 255
| 0
| 0
| $0000FF | red | clRed |
250
| 0
| 255
| 0
| $00FF00 | green (bright) | clLime |
251
| 255
| 255
| 0
| $00FFFF | yellow | clYellow |
252
| 0
| 0
| 255
| $FF0000 | blue | clBlue |
253
| 255
| 0
| 255
| $FF00FF | magenta | clFuchsia |
254
| 0
| 255
| 255
| $FFFF00 | cyan | clAqua |
255
| 255
| 255
| 255
| $FFFFFF | white | clWhite |
.
