Shades of Light Slate Grey #84919D
Tints of Light Slate Grey #84919D
RGB
CMYK
RGB Variations
Color information
#84919D (or 0x84919D) is known color: Light Slate Grey. HEX triplet: 84, 91 and 9D. RGB value is (132,145,157). Sum of RGB (Red+Green+Blue) = 132+145+157=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 145 (57.03% from 255 or 33.41% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 157 - color contains mainly: blue. Hex color #84919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84919D is #7B6E62. Grayscale: #8E8E8E. Windows color (decimal): -8089187 or 10326404. OLE color: 10326404.
HSL color Cylindrical-coordinate representation of color #84919D: hue angle of 208.8º degrees, saturation: 0.11, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #84919D is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 132 | 145 | 157 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.38 |
| HSL | 208.8º | 0.11% | 0.57% | - |
| HSV(B) | 208.8º | 0.16% | 0.62% | - |
| XYZ | 25.73 | 27.59 | 35.87 | - |
| YUV | 142.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 157 | 0.16 | 0.08 | 0 | 0.38 | 208.8 | 0.11 | 0.57 |
| Hex | 84 | 91 | 9D | 10 | 8 | 0 | 26 | D1 | B | 39 |
| Octal | 204 | 221 | 235 | 20 | 10 | 0 | 46 | 321 | 13 | 71 |
| Binary | 10000100 | 10010001 | 10011101 | 10000 | 1000 | 0 | 100110 | 11010001 | 1011 | 111001 |
Color Harmonies of #84919D
Complementary color
Monochromatic Colors of #84919D
Black with #84919D
Text Example
Text Example
White with #84919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84919D; }
p { color: rgb(132,145,157); }
H1.HeaderClassName
{
color: #84919D;
}
.AnyTagClassName
{
color: #84919D;
}
</style>
background-color css
<style>
a { background-color: #84919D; }
a { background-color: rgb(132,145,157); }
div.DivClassName
{
background-color: #84919D;
}
.BgClassName
{
background-color: #84919D;
}
</style>
border-color css
<style>
span { border-color: #84919D; }
span { border-color: rgb(132,145,157); }
td.TdClassName
{
border-color: #84919D;
}
.TagClassName
{
border-color: #84919D;
}
</style>