Shades of Heathered Grey #969088
Tints of Heathered Grey #969088
RGB
CMYK
RGB Variations
Color information
#969088 (or 0x969088) is known color: Heathered Grey. HEX triplet: 96, 90 and 88. RGB value is (150,144,136). Sum of RGB (Red+Green+Blue) = 150+144+136=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 136 (53.52% from 255 or 31.63% from 430); Max value from RGB is 150 - color contains mainly: red. Hex color #969088 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969088 is #696F77. Grayscale: #909090. Windows color (decimal): -6909816 or 8949910. OLE color: 8949910.
HSL color Cylindrical-coordinate representation of color #969088: hue angle of 34.29º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #969088 is Cyan = 0, Magento = 0.04, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 144 | 136 | - |
| CMYK | 0 | 0.04 | 0.09 | 0.41 |
| HSL | 34.29º | 0.06% | 0.56% | - |
| HSV(B) | 34.29º | 0.09% | 0.59% | - |
| XYZ | 26.99 | 28.21 | 27.31 | - |
| YUV | 144.88 | 122.99 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 144 | 136 | 0 | 0.04 | 0.09 | 0.41 | 34.29 | 0.06 | 0.56 |
| Hex | 96 | 90 | 88 | 0 | 4 | 9 | 29 | 22 | 6 | 38 |
| Octal | 226 | 220 | 210 | 0 | 4 | 11 | 51 | 42 | 6 | 70 |
| Binary | 10010110 | 10010000 | 10001000 | 0 | 100 | 1001 | 101001 | 100010 | 110 | 111000 |
Color Harmonies of #969088
Complementary color
Monochromatic Colors of #969088
Black with #969088
Text Example
Text Example
White with #969088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #969088; }
p { color: rgb(150,144,136); }
H1.HeaderClassName
{
color: #969088;
}
.AnyTagClassName
{
color: #969088;
}
</style>
background-color css
<style>
a { background-color: #969088; }
a { background-color: rgb(150,144,136); }
div.DivClassName
{
background-color: #969088;
}
.BgClassName
{
background-color: #969088;
}
</style>
border-color css
<style>
span { border-color: #969088; }
span { border-color: rgb(150,144,136); }
td.TdClassName
{
border-color: #969088;
}
.TagClassName
{
border-color: #969088;
}
</style>