Shades of Delta #959C8E
Tints of Delta #959C8E
RGB
CMYK
RGB Variations
Color information
#959C8E (or 0x959C8E) is known color: Delta. HEX triplet: 95, 9C and 8E. RGB value is (149,156,142). Sum of RGB (Red+Green+Blue) = 149+156+142=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 156 (61.33% from 255 or 34.90% from 447); Blue value is 142 (55.86% from 255 or 31.77% from 447); Max value from RGB is 156 - color contains mainly: green. Hex color #959C8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959C8E is #6A6371. Grayscale: #989898. Windows color (decimal): -6972274 or 9346197. OLE color: 9346197.
HSL color Cylindrical-coordinate representation of color #959C8E: hue angle of 90º 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 #959C8E is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 156 | 142 | - |
| CMYK | 0.04 | 0 | 0.09 | 0.39 |
| HSL | 90º | 0.07% | 0.58% | - |
| HSV(B) | 90º | 0.09% | 0.61% | - |
| XYZ | 29.17 | 32.12 | 30.25 | - |
| YUV | 152.31 | 122.18 | 125.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 156 | 142 | 0.04 | 0 | 0.09 | 0.39 | 90 | 0.07 | 0.58 |
| Hex | 95 | 9C | 8E | 4 | 0 | 9 | 27 | 5A | 7 | 3A |
| Octal | 225 | 234 | 216 | 4 | 0 | 11 | 47 | 132 | 7 | 72 |
| Binary | 10010101 | 10011100 | 10001110 | 100 | 0 | 1001 | 100111 | 1011010 | 111 | 111010 |
Color Harmonies of #959C8E
Complementary color
Monochromatic Colors of #959C8E
Black with #959C8E
Text Example
Text Example
White with #959C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959C8E; }
p { color: rgb(149,156,142); }
H1.HeaderClassName
{
color: #959C8E;
}
.AnyTagClassName
{
color: #959C8E;
}
</style>
background-color css
<style>
a { background-color: #959C8E; }
a { background-color: rgb(149,156,142); }
div.DivClassName
{
background-color: #959C8E;
}
.BgClassName
{
background-color: #959C8E;
}
</style>
border-color css
<style>
span { border-color: #959C8E; }
span { border-color: rgb(149,156,142); }
td.TdClassName
{
border-color: #959C8E;
}
.TagClassName
{
border-color: #959C8E;
}
</style>