Shades of Delta #999C8E
Tints of Delta #999C8E
RGB
CMYK
RGB Variations
Color information
#999C8E (or 0x999C8E) is known color: Delta. HEX triplet: 99, 9C and 8E. RGB value is (153,156,142). Sum of RGB (Red+Green+Blue) = 153+156+142=451 (59% of max value = 765). Red value is 153 (60.16% from 255 or 33.92% from 451); Green value is 156 (61.33% from 255 or 34.59% from 451); Blue value is 142 (55.86% from 255 or 31.49% from 451); Max value from RGB is 156 - color contains mainly: green. Hex color #999C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C8E is #666371. Grayscale: #999999. Windows color (decimal): -6710130 or 9346201. OLE color: 9346201.
HSL color Cylindrical-coordinate representation of color #999C8E: hue angle of 72.86º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #999C8E is Cyan = 0.02, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 142 | - |
| CMYK | 0.02 | 0 | 0.09 | 0.39 |
| HSL | 72.86º | 0.07% | 0.58% | - |
| HSV(B) | 72.86º | 0.09% | 0.61% | - |
| XYZ | 29.91 | 32.5 | 30.29 | - |
| YUV | 153.51 | 121.51 | 127.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 142 | 0.02 | 0 | 0.09 | 0.39 | 72.86 | 0.07 | 0.58 |
| Hex | 99 | 9C | 8E | 2 | 0 | 9 | 27 | 49 | 7 | 3A |
| Octal | 231 | 234 | 216 | 2 | 0 | 11 | 47 | 111 | 7 | 72 |
| Binary | 10011001 | 10011100 | 10001110 | 10 | 0 | 1001 | 100111 | 1001001 | 111 | 111010 |
Color Harmonies of #999C8E
Complementary color
Monochromatic Colors of #999C8E
Black with #999C8E
Text Example
Text Example
White with #999C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C8E; }
p { color: rgb(153,156,142); }
H1.HeaderClassName
{
color: #999C8E;
}
.AnyTagClassName
{
color: #999C8E;
}
</style>
background-color css
<style>
a { background-color: #999C8E; }
a { background-color: rgb(153,156,142); }
div.DivClassName
{
background-color: #999C8E;
}
.BgClassName
{
background-color: #999C8E;
}
</style>
border-color css
<style>
span { border-color: #999C8E; }
span { border-color: rgb(153,156,142); }
td.TdClassName
{
border-color: #999C8E;
}
.TagClassName
{
border-color: #999C8E;
}
</style>