Shades of Light Slate Grey #84909F
Tints of Light Slate Grey #84909F
RGB
CMYK
RGB Variations
Color information
#84909F (or 0x84909F) is known color: Light Slate Grey. HEX triplet: 84, 90 and 9F. RGB value is (132,144,159). Sum of RGB (Red+Green+Blue) = 132+144+159=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 144 (56.64% from 255 or 33.10% from 435); Blue value is 159 (62.5% from 255 or 36.55% from 435); Max value from RGB is 159 - color contains mainly: blue. Hex color #84909F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84909F is #7B6F60. Grayscale: #8E8E8E. Windows color (decimal): -8089441 or 10457220. OLE color: 10457220.
HSL color Cylindrical-coordinate representation of color #84909F: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #84909F is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 144 | 159 | - |
| CMYK | 0.17 | 0.09 | 0 | 0.38 |
| HSL | 213.33º | 0.12% | 0.57% | - |
| HSV(B) | 213.33º | 0.17% | 0.62% | - |
| XYZ | 25.75 | 27.36 | 36.72 | - |
| YUV | 142.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 159 | 0.17 | 0.09 | 0 | 0.38 | 213.33 | 0.12 | 0.57 |
| Hex | 84 | 90 | 9F | 11 | 9 | 0 | 26 | D5 | C | 39 |
| Octal | 204 | 220 | 237 | 21 | 11 | 0 | 46 | 325 | 14 | 71 |
| Binary | 10000100 | 10010000 | 10011111 | 10001 | 1001 | 0 | 100110 | 11010101 | 1100 | 111001 |
Color Harmonies of #84909F
Complementary color
Monochromatic Colors of #84909F
Black with #84909F
Text Example
Text Example
White with #84909F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84909F; }
p { color: rgb(132,144,159); }
H1.HeaderClassName
{
color: #84909F;
}
.AnyTagClassName
{
color: #84909F;
}
</style>
background-color css
<style>
a { background-color: #84909F; }
a { background-color: rgb(132,144,159); }
div.DivClassName
{
background-color: #84909F;
}
.BgClassName
{
background-color: #84909F;
}
</style>
border-color css
<style>
span { border-color: #84909F; }
span { border-color: rgb(132,144,159); }
td.TdClassName
{
border-color: #84909F;
}
.TagClassName
{
border-color: #84909F;
}
</style>