Shades of Light Slate Grey #84919C
Tints of Light Slate Grey #84919C
RGB
CMYK
RGB Variations
Color information
#84919C (or 0x84919C) is known color: Light Slate Grey. HEX triplet: 84, 91 and 9C. RGB value is (132,145,156). Sum of RGB (Red+Green+Blue) = 132+145+156=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 145 (57.03% from 255 or 33.49% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #84919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84919C is #7B6E63. Grayscale: #8E8E8E. Windows color (decimal): -8089188 or 10260868. OLE color: 10260868.
HSL color Cylindrical-coordinate representation of color #84919C: hue angle of 207.5º degrees, saturation: 0.11, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #84919C is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 145 | 156 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.39 |
| HSL | 207.5º | 0.11% | 0.56% | - |
| HSV(B) | 207.5º | 0.15% | 0.61% | - |
| XYZ | 25.64 | 27.56 | 35.42 | - |
| YUV | 142.37 | 135.69 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 145 | 156 | 0.15 | 0.07 | 0 | 0.39 | 207.5 | 0.11 | 0.56 |
| Hex | 84 | 91 | 9C | F | 7 | 0 | 27 | D0 | B | 38 |
| Octal | 204 | 221 | 234 | 17 | 7 | 0 | 47 | 320 | 13 | 70 |
| Binary | 10000100 | 10010001 | 10011100 | 1111 | 111 | 0 | 100111 | 11010000 | 1011 | 111000 |
Color Harmonies of #84919C
Complementary color
Monochromatic Colors of #84919C
Black with #84919C
Text Example
Text Example
White with #84919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84919C; }
p { color: rgb(132,145,156); }
H1.HeaderClassName
{
color: #84919C;
}
.AnyTagClassName
{
color: #84919C;
}
</style>
background-color css
<style>
a { background-color: #84919C; }
a { background-color: rgb(132,145,156); }
div.DivClassName
{
background-color: #84919C;
}
.BgClassName
{
background-color: #84919C;
}
</style>
border-color css
<style>
span { border-color: #84919C; }
span { border-color: rgb(132,145,156); }
td.TdClassName
{
border-color: #84919C;
}
.TagClassName
{
border-color: #84919C;
}
</style>