Shades of Delta #959E85
Tints of Delta #959E85
RGB
CMYK
RGB Variations
Color information
#959E85 (or 0x959E85) is known color: Delta. HEX triplet: 95, 9E and 85. RGB value is (149,158,133). Sum of RGB (Red+Green+Blue) = 149+158+133=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 158 (62.11% from 255 or 35.91% from 440); Blue value is 133 (52.34% from 255 or 30.23% from 440); Max value from RGB is 158 - color contains mainly: green. Hex color #959E85 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959E85 is #6A617A. Grayscale: #989898. Windows color (decimal): -6971771 or 8756885. OLE color: 8756885.
HSL color Cylindrical-coordinate representation of color #959E85: hue angle of 81.6º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #959E85 is Cyan = 0.06, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 149 | 158 | 133 | - |
| CMYK | 0.06 | 0 | 0.16 | 0.38 |
| HSL | 81.6º | 0.11% | 0.57% | - |
| HSV(B) | 81.6º | 0.16% | 0.62% | - |
| XYZ | 28.85 | 32.54 | 26.95 | - |
| YUV | 152.46 | 117.02 | 125.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 158 | 133 | 0.06 | 0 | 0.16 | 0.38 | 81.6 | 0.11 | 0.57 |
| Hex | 95 | 9E | 85 | 6 | 0 | 10 | 26 | 52 | B | 39 |
| Octal | 225 | 236 | 205 | 6 | 0 | 20 | 46 | 122 | 13 | 71 |
| Binary | 10010101 | 10011110 | 10000101 | 110 | 0 | 10000 | 100110 | 1010010 | 1011 | 111001 |
Color Harmonies of #959E85
Complementary color
Monochromatic Colors of #959E85
Black with #959E85
Text Example
Text Example
White with #959E85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959E85; }
p { color: rgb(149,158,133); }
H1.HeaderClassName
{
color: #959E85;
}
.AnyTagClassName
{
color: #959E85;
}
</style>
background-color css
<style>
a { background-color: #959E85; }
a { background-color: rgb(149,158,133); }
div.DivClassName
{
background-color: #959E85;
}
.BgClassName
{
background-color: #959E85;
}
</style>
border-color css
<style>
span { border-color: #959E85; }
span { border-color: rgb(149,158,133); }
td.TdClassName
{
border-color: #959E85;
}
.TagClassName
{
border-color: #959E85;
}
</style>