Shades of Delta #959D8E
Tints of Delta #959D8E
RGB
CMYK
RGB Variations
Color information
#959D8E (or 0x959D8E) is known color: Delta. HEX triplet: 95, 9D and 8E. RGB value is (149,157,142). Sum of RGB (Red+Green+Blue) = 149+157+142=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 157 (61.72% from 255 or 35.04% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 157 - color contains mainly: green. Hex color #959D8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959D8E is #6A6271. Grayscale: #989898. Windows color (decimal): -6972018 or 9346453. OLE color: 9346453.
HSL color Cylindrical-coordinate representation of color #959D8E: hue angle of 92º degrees, saturation: 0.07, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #959D8E is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 157 | 142 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.38 |
| HSL | 92º | 0.07% | 0.59% | - |
| HSV(B) | 92º | 0.1% | 0.62% | - |
| XYZ | 29.33 | 32.46 | 30.31 | - |
| YUV | 152.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 157 | 142 | 0.05 | 0 | 0.10 | 0.38 | 92 | 0.07 | 0.59 |
| Hex | 95 | 9D | 8E | 5 | 0 | A | 26 | 5C | 7 | 3B |
| Octal | 225 | 235 | 216 | 5 | 0 | 12 | 46 | 134 | 7 | 73 |
| Binary | 10010101 | 10011101 | 10001110 | 101 | 0 | 1010 | 100110 | 1011100 | 111 | 111011 |
Color Harmonies of #959D8E
Complementary color
Monochromatic Colors of #959D8E
Black with #959D8E
Text Example
Text Example
White with #959D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959D8E; }
p { color: rgb(149,157,142); }
H1.HeaderClassName
{
color: #959D8E;
}
.AnyTagClassName
{
color: #959D8E;
}
</style>
background-color css
<style>
a { background-color: #959D8E; }
a { background-color: rgb(149,157,142); }
div.DivClassName
{
background-color: #959D8E;
}
.BgClassName
{
background-color: #959D8E;
}
</style>
border-color css
<style>
span { border-color: #959D8E; }
span { border-color: rgb(149,157,142); }
td.TdClassName
{
border-color: #959D8E;
}
.TagClassName
{
border-color: #959D8E;
}
</style>