Shades of Light Slate Grey #84919A
Tints of Light Slate Grey #84919A
RGB
CMYK
RGB Variations
Color information
#84919A (or 0x84919A) is known color: Light Slate Grey. HEX triplet: 84, 91 and 9A. RGB value is (132,145,154). Sum of RGB (Red+Green+Blue) = 132+145+154=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 145 (57.03% from 255 or 33.64% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 154 - color contains mainly: blue. Hex color #84919A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84919A is #7B6E65. Grayscale: #8E8E8E. Windows color (decimal): -8089190 or 10129796. OLE color: 10129796.
HSL color Cylindrical-coordinate representation of color #84919A: hue angle of 204.55º 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 #84919A is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 132 | 145 | 154 | - |
| CMYK | 0.14 | 0.06 | 0 | 0.40 |
| HSL | 204.55º | 0.1% | 0.56% | - |
| HSV(B) | 204.55º | 0.14% | 0.6% | - |
| XYZ | 25.47 | 27.49 | 34.54 | - |
| YUV | 142.14 | 134.69 | 120.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 154 | 0.14 | 0.06 | 0 | 0.40 | 204.55 | 0.1 | 0.56 |
| Hex | 84 | 91 | 9A | E | 6 | 0 | 28 | CD | A | 38 |
| Octal | 204 | 221 | 232 | 16 | 6 | 0 | 50 | 315 | 12 | 70 |
| Binary | 10000100 | 10010001 | 10011010 | 1110 | 110 | 0 | 101000 | 11001101 | 1010 | 111000 |
Color Harmonies of #84919A
Complementary color
Monochromatic Colors of #84919A
Black with #84919A
Text Example
Text Example
White with #84919A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84919A; }
p { color: rgb(132,145,154); }
H1.HeaderClassName
{
color: #84919A;
}
.AnyTagClassName
{
color: #84919A;
}
</style>
background-color css
<style>
a { background-color: #84919A; }
a { background-color: rgb(132,145,154); }
div.DivClassName
{
background-color: #84919A;
}
.BgClassName
{
background-color: #84919A;
}
</style>
border-color css
<style>
span { border-color: #84919A; }
span { border-color: rgb(132,145,154); }
td.TdClassName
{
border-color: #84919A;
}
.TagClassName
{
border-color: #84919A;
}
</style>