Shades of Delta #959B8E
Tints of Delta #959B8E
RGB
CMYK
RGB Variations
Color information
#959B8E (or 0x959B8E) is known color: Delta. HEX triplet: 95, 9B and 8E. RGB value is (149,155,142). Sum of RGB (Red+Green+Blue) = 149+155+142=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 155 (60.94% from 255 or 34.75% from 446); Blue value is 142 (55.86% from 255 or 31.84% from 446); Max value from RGB is 155 - color contains mainly: green. Hex color #959B8E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959B8E is #6A6471. Grayscale: #979797. Windows color (decimal): -6972530 or 9345941. OLE color: 9345941.
HSL color Cylindrical-coordinate representation of color #959B8E: hue angle of 87.69º degrees, saturation: 0.06, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #959B8E is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 149 | 155 | 142 | - |
| CMYK | 0.04 | 0 | 0.08 | 0.39 |
| HSL | 87.69º | 0.06% | 0.58% | - |
| HSV(B) | 87.69º | 0.08% | 0.61% | - |
| XYZ | 29 | 31.79 | 30.2 | - |
| YUV | 151.72 | 122.51 | 126.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 155 | 142 | 0.04 | 0 | 0.08 | 0.39 | 87.69 | 0.06 | 0.58 |
| Hex | 95 | 9B | 8E | 4 | 0 | 8 | 27 | 58 | 6 | 3A |
| Octal | 225 | 233 | 216 | 4 | 0 | 10 | 47 | 130 | 6 | 72 |
| Binary | 10010101 | 10011011 | 10001110 | 100 | 0 | 1000 | 100111 | 1011000 | 110 | 111010 |
Color Harmonies of #959B8E
Complementary color
Monochromatic Colors of #959B8E
Black with #959B8E
Text Example
Text Example
White with #959B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959B8E; }
p { color: rgb(149,155,142); }
H1.HeaderClassName
{
color: #959B8E;
}
.AnyTagClassName
{
color: #959B8E;
}
</style>
background-color css
<style>
a { background-color: #959B8E; }
a { background-color: rgb(149,155,142); }
div.DivClassName
{
background-color: #959B8E;
}
.BgClassName
{
background-color: #959B8E;
}
</style>
border-color css
<style>
span { border-color: #959B8E; }
span { border-color: rgb(149,155,142); }
td.TdClassName
{
border-color: #959B8E;
}
.TagClassName
{
border-color: #959B8E;
}
</style>