Shades of Delta #999C8D
Tints of Delta #999C8D
RGB
CMYK
RGB Variations
Color information
#999C8D (or 0x999C8D) is known color: Delta. HEX triplet: 99, 9C and 8D. RGB value is (153,156,141). Sum of RGB (Red+Green+Blue) = 153+156+141=450 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34% from 450); Green value is 156 (61.33% from 255 or 34.67% from 450); Blue value is 141 (55.47% from 255 or 31.33% from 450); Max value from RGB is 156 - color contains mainly: green. Hex color #999C8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #999C8D is #666372. Grayscale: #999999. Windows color (decimal): -6710131 or 9280665. OLE color: 9280665.
HSL color Cylindrical-coordinate representation of color #999C8D: hue angle of 72º degrees, saturation: 0.07, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #999C8D is Cyan = 0.02, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 153 | 156 | 141 | - |
| CMYK | 0.02 | 0 | 0.10 | 0.39 |
| HSL | 72º | 0.07% | 0.58% | - |
| HSV(B) | 72º | 0.1% | 0.61% | - |
| XYZ | 29.83 | 32.47 | 29.89 | - |
| YUV | 153.39 | 121.01 | 127.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 156 | 141 | 0.02 | 0 | 0.10 | 0.39 | 72 | 0.07 | 0.58 |
| Hex | 99 | 9C | 8D | 2 | 0 | A | 27 | 48 | 7 | 3A |
| Octal | 231 | 234 | 215 | 2 | 0 | 12 | 47 | 110 | 7 | 72 |
| Binary | 10011001 | 10011100 | 10001101 | 10 | 0 | 1010 | 100111 | 1001000 | 111 | 111010 |
Color Harmonies of #999C8D
Complementary color
Monochromatic Colors of #999C8D
Black with #999C8D
Text Example
Text Example
White with #999C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #999C8D; }
p { color: rgb(153,156,141); }
H1.HeaderClassName
{
color: #999C8D;
}
.AnyTagClassName
{
color: #999C8D;
}
</style>
background-color css
<style>
a { background-color: #999C8D; }
a { background-color: rgb(153,156,141); }
div.DivClassName
{
background-color: #999C8D;
}
.BgClassName
{
background-color: #999C8D;
}
</style>
border-color css
<style>
span { border-color: #999C8D; }
span { border-color: rgb(153,156,141); }
td.TdClassName
{
border-color: #999C8D;
}
.TagClassName
{
border-color: #999C8D;
}
</style>