Shades of Heathered Grey #959087
Tints of Heathered Grey #959087
RGB
CMYK
RGB Variations
Color information
#959087 (or 0x959087) is known color: Heathered Grey. HEX triplet: 95, 90 and 87. RGB value is (149,144,135). Sum of RGB (Red+Green+Blue) = 149+144+135=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 144 (56.64% from 255 or 33.64% from 428); Blue value is 135 (53.12% from 255 or 31.54% from 428); Max value from RGB is 149 - color contains mainly: red. Hex color #959087 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959087 is #6A6F78. Grayscale: #909090. Windows color (decimal): -6975353 or 8884373. OLE color: 8884373.
HSL color Cylindrical-coordinate representation of color #959087: hue angle of 38.57º degrees, saturation: 0.06, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #959087 is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 144 | 135 | - |
| CMYK | 0 | 0.03 | 0.09 | 0.42 |
| HSL | 38.57º | 0.06% | 0.56% | - |
| HSV(B) | 38.57º | 0.09% | 0.58% | - |
| XYZ | 26.74 | 28.09 | 26.93 | - |
| YUV | 144.47 | 122.66 | 131.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 144 | 135 | 0 | 0.03 | 0.09 | 0.42 | 38.57 | 0.06 | 0.56 |
| Hex | 95 | 90 | 87 | 0 | 3 | 9 | 2A | 27 | 6 | 38 |
| Octal | 225 | 220 | 207 | 0 | 3 | 11 | 52 | 47 | 6 | 70 |
| Binary | 10010101 | 10010000 | 10000111 | 0 | 11 | 1001 | 101010 | 100111 | 110 | 111000 |
Color Harmonies of #959087
Complementary color
Monochromatic Colors of #959087
Black with #959087
Text Example
Text Example
White with #959087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #959087; }
p { color: rgb(149,144,135); }
H1.HeaderClassName
{
color: #959087;
}
.AnyTagClassName
{
color: #959087;
}
</style>
background-color css
<style>
a { background-color: #959087; }
a { background-color: rgb(149,144,135); }
div.DivClassName
{
background-color: #959087;
}
.BgClassName
{
background-color: #959087;
}
</style>
border-color css
<style>
span { border-color: #959087; }
span { border-color: rgb(149,144,135); }
td.TdClassName
{
border-color: #959087;
}
.TagClassName
{
border-color: #959087;
}
</style>