Shades of Delta #959B89
Tints of Delta #959B89
RGB
CMYK
RGB Variations
Color information
#959B89 (or 0x959B89) is known color: Delta. HEX triplet: 95, 9B and 89. RGB value is (149,155,137). Sum of RGB (Red+Green+Blue) = 149+155+137=441 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.79% from 441); Green value is 155 (60.94% from 255 or 35.15% from 441); Blue value is 137 (53.91% from 255 or 31.07% from 441); Max value from RGB is 155 - color contains mainly: green. Hex color #959B89 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B89 is #6A6476. Grayscale: #979797. Windows color (decimal): -6972535 or 9018261. OLE color: 9018261.
HSL color Cylindrical-coordinate representation of color #959B89: hue angle of 80º degrees, saturation: 0.08, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #959B89 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 137 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.39 |
| HSL | 80º | 0.08% | 0.57% | - |
| HSV(B) | 80º | 0.12% | 0.61% | - |
| XYZ | 28.63 | 31.64 | 28.26 | - |
| YUV | 151.15 | 120.01 | 126.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 137 | 0.04 | 0 | 0.12 | 0.39 | 80 | 0.08 | 0.57 |
| Hex | 95 | 9B | 89 | 4 | 0 | C | 27 | 50 | 8 | 39 |
| Octal | 225 | 233 | 211 | 4 | 0 | 14 | 47 | 120 | 10 | 71 |
| Binary | 10010101 | 10011011 | 10001001 | 100 | 0 | 1100 | 100111 | 1010000 | 1000 | 111001 |
Color Harmonies of #959B89
Complementary color
Monochromatic Colors of #959B89
Black with #959B89
Text Example
Text Example
White with #959B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B89; }
p { color: rgb(149,155,137); }
H1.HeaderClassName
{
color: #959B89;
}
.AnyTagClassName
{
color: #959B89;
}
</style>
background-color css
<style>
a { background-color: #959B89; }
a { background-color: rgb(149,155,137); }
div.DivClassName
{
background-color: #959B89;
}
.BgClassName
{
background-color: #959B89;
}
</style>
border-color css
<style>
span { border-color: #959B89; }
span { border-color: rgb(149,155,137); }
td.TdClassName
{
border-color: #959B89;
}
.TagClassName
{
border-color: #959B89;
}
</style>