Shades of Light Slate Grey #84909A
Tints of Light Slate Grey #84909A
RGB
CMYK
RGB Variations
Color information
#84909A (or 0x84909A) is known color: Light Slate Grey. HEX triplet: 84, 90 and 9A. RGB value is (132,144,154). Sum of RGB (Red+Green+Blue) = 132+144+154=430 (56% of max value = 765). Red value is 132 (51.95% from 255 or 30.70% from 430); Green value is 144 (56.64% from 255 or 33.49% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 154 - color contains mainly: blue. Hex color #84909A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84909A is #7B6F65. Grayscale: #8D8D8D. Windows color (decimal): -8089446 or 10129540. OLE color: 10129540.
HSL color Cylindrical-coordinate representation of color #84909A: hue angle of 207.27º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #84909A is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 144 | 154 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.40 |
| HSL | 207.27º | 0.1% | 0.56% | - |
| HSV(B) | 207.27º | 0.14% | 0.6% | - |
| XYZ | 25.32 | 27.19 | 34.48 | - |
| YUV | 141.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 154 | 0.14 | 0.06 | 0 | 0.40 | 207.27 | 0.1 | 0.56 |
| Hex | 84 | 90 | 9A | E | 6 | 0 | 28 | CF | A | 38 |
| Octal | 204 | 220 | 232 | 16 | 6 | 0 | 50 | 317 | 12 | 70 |
| Binary | 10000100 | 10010000 | 10011010 | 1110 | 110 | 0 | 101000 | 11001111 | 1010 | 111000 |
Color Harmonies of #84909A
Complementary color
Monochromatic Colors of #84909A
Black with #84909A
Text Example
Text Example
White with #84909A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84909A; }
p { color: rgb(132,144,154); }
H1.HeaderClassName
{
color: #84909A;
}
.AnyTagClassName
{
color: #84909A;
}
</style>
background-color css
<style>
a { background-color: #84909A; }
a { background-color: rgb(132,144,154); }
div.DivClassName
{
background-color: #84909A;
}
.BgClassName
{
background-color: #84909A;
}
</style>
border-color css
<style>
span { border-color: #84909A; }
span { border-color: rgb(132,144,154); }
td.TdClassName
{
border-color: #84909A;
}
.TagClassName
{
border-color: #84909A;
}
</style>