Shades of Delta #969E8F
Tints of Delta #969E8F
RGB
CMYK
RGB Variations
Color information
#969E8F (or 0x969E8F) is known color: Delta. HEX triplet: 96, 9E and 8F. RGB value is (150,158,143). Sum of RGB (Red+Green+Blue) = 150+158+143=451 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.26% from 451); Green value is 158 (62.11% from 255 or 35.03% from 451); Blue value is 143 (56.25% from 255 or 31.71% from 451); Max value from RGB is 158 - color contains mainly: green. Hex color #969E8F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969E8F is #696170. Grayscale: #999999. Windows color (decimal): -6906225 or 9412246. OLE color: 9412246.
HSL color Cylindrical-coordinate representation of color #969E8F: 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.09%. Process color model (Four color, CMYK) of #969E8F is Cyan = 0.05, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 150 | 158 | 143 | - |
| CMYK | 0.05 | 0 | 0.09 | 0.38 |
| HSL | 92º | 0.07% | 0.59% | - |
| HSV(B) | 92º | 0.09% | 0.62% | - |
| XYZ | 29.76 | 32.92 | 30.77 | - |
| YUV | 153.9 | 121.85 | 125.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 158 | 143 | 0.05 | 0 | 0.09 | 0.38 | 92 | 0.07 | 0.59 |
| Hex | 96 | 9E | 8F | 5 | 0 | 9 | 26 | 5C | 7 | 3B |
| Octal | 226 | 236 | 217 | 5 | 0 | 11 | 46 | 134 | 7 | 73 |
| Binary | 10010110 | 10011110 | 10001111 | 101 | 0 | 1001 | 100110 | 1011100 | 111 | 111011 |
Color Harmonies of #969E8F
Complementary color
Monochromatic Colors of #969E8F
Black with #969E8F
Text Example
Text Example
White with #969E8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969E8F; }
p { color: rgb(150,158,143); }
H1.HeaderClassName
{
color: #969E8F;
}
.AnyTagClassName
{
color: #969E8F;
}
</style>
background-color css
<style>
a { background-color: #969E8F; }
a { background-color: rgb(150,158,143); }
div.DivClassName
{
background-color: #969E8F;
}
.BgClassName
{
background-color: #969E8F;
}
</style>
border-color css
<style>
span { border-color: #969E8F; }
span { border-color: rgb(150,158,143); }
td.TdClassName
{
border-color: #969E8F;
}
.TagClassName
{
border-color: #969E8F;
}
</style>