Shades of Light Slate Grey #848FA0
Tints of Light Slate Grey #848FA0
RGB
CMYK
RGB Variations
Color information
#848FA0 (or 0x848FA0) is known color: Light Slate Grey. HEX triplet: 84, 8F and A0. RGB value is (132,143,160). Sum of RGB (Red+Green+Blue) = 132+143+160=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 143 (56.25% from 255 or 32.87% from 435); Blue value is 160 (62.89% from 255 or 36.78% from 435); Max value from RGB is 160 - color contains mainly: blue. Hex color #848FA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #848FA0 is #7B705F. Grayscale: #8D8D8D. Windows color (decimal): -8089696 or 10522500. OLE color: 10522500.
HSL color Cylindrical-coordinate representation of color #848FA0: hue angle of 216.43º degrees, saturation: 0.13, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #848FA0 is Cyan = 0.17, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 132 | 143 | 160 | - |
| CMYK | 0.17 | 0.11 | 0 | 0.37 |
| HSL | 216.43º | 0.13% | 0.57% | - |
| HSV(B) | 216.43º | 0.18% | 0.63% | - |
| XYZ | 25.68 | 27.09 | 37.13 | - |
| YUV | 141.65 | 138.36 | 121.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 143 | 160 | 0.17 | 0.11 | 0 | 0.37 | 216.43 | 0.13 | 0.57 |
| Hex | 84 | 8F | A0 | 11 | B | 0 | 25 | D8 | D | 39 |
| Octal | 204 | 217 | 240 | 21 | 13 | 0 | 45 | 330 | 15 | 71 |
| Binary | 10000100 | 10001111 | 10100000 | 10001 | 1011 | 0 | 100101 | 11011000 | 1101 | 111001 |
Color Harmonies of #848FA0
Complementary color
Monochromatic Colors of #848FA0
Black with #848FA0
Text Example
Text Example
White with #848FA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #848FA0; }
p { color: rgb(132,143,160); }
H1.HeaderClassName
{
color: #848FA0;
}
.AnyTagClassName
{
color: #848FA0;
}
</style>
background-color css
<style>
a { background-color: #848FA0; }
a { background-color: rgb(132,143,160); }
div.DivClassName
{
background-color: #848FA0;
}
.BgClassName
{
background-color: #848FA0;
}
</style>
border-color css
<style>
span { border-color: #848FA0; }
span { border-color: rgb(132,143,160); }
td.TdClassName
{
border-color: #848FA0;
}
.TagClassName
{
border-color: #848FA0;
}
</style>