Shades of Delta #959E8D
Tints of Delta #959E8D
RGB
CMYK
RGB Variations
Color information
#959E8D (or 0x959E8D) is known color: Delta. HEX triplet: 95, 9E and 8D. RGB value is (149,158,141). Sum of RGB (Red+Green+Blue) = 149+158+141=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 158 (62.11% from 255 or 35.27% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 158 - color contains mainly: green. Hex color #959E8D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E8D is #6A6172. Grayscale: #999999. Windows color (decimal): -6971763 or 9281173. OLE color: 9281173.
HSL color Cylindrical-coordinate representation of color #959E8D: hue angle of 91.76º degrees, saturation: 0.08, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #959E8D is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 141 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.38 |
| HSL | 91.76º | 0.08% | 0.59% | - |
| HSV(B) | 91.76º | 0.11% | 0.62% | - |
| XYZ | 29.43 | 32.77 | 29.97 | - |
| YUV | 153.37 | 121.02 | 124.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 141 | 0.06 | 0 | 0.11 | 0.38 | 91.76 | 0.08 | 0.59 |
| Hex | 95 | 9E | 8D | 6 | 0 | B | 26 | 5C | 8 | 3B |
| Octal | 225 | 236 | 215 | 6 | 0 | 13 | 46 | 134 | 10 | 73 |
| Binary | 10010101 | 10011110 | 10001101 | 110 | 0 | 1011 | 100110 | 1011100 | 1000 | 111011 |
Color Harmonies of #959E8D
Complementary color
Monochromatic Colors of #959E8D
Black with #959E8D
Text Example
Text Example
White with #959E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E8D; }
p { color: rgb(149,158,141); }
H1.HeaderClassName
{
color: #959E8D;
}
.AnyTagClassName
{
color: #959E8D;
}
</style>
background-color css
<style>
a { background-color: #959E8D; }
a { background-color: rgb(149,158,141); }
div.DivClassName
{
background-color: #959E8D;
}
.BgClassName
{
background-color: #959E8D;
}
</style>
border-color css
<style>
span { border-color: #959E8D; }
span { border-color: rgb(149,158,141); }
td.TdClassName
{
border-color: #959E8D;
}
.TagClassName
{
border-color: #959E8D;
}
</style>