Shades of Light Slate Grey #84909B
Tints of Light Slate Grey #84909B
RGB
CMYK
RGB Variations
Color information
#84909B (or 0x84909B) is known color: Light Slate Grey. HEX triplet: 84, 90 and 9B. RGB value is (132,144,155). Sum of RGB (Red+Green+Blue) = 132+144+155=431 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.63% from 431); Green value is 144 (56.64% from 255 or 33.41% from 431); Blue value is 155 (60.94% from 255 or 35.96% from 431); Max value from RGB is 155 - color contains mainly: blue. Hex color #84909B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #84909B is #7B6F64. Grayscale: #8D8D8D. Windows color (decimal): -8089445 or 10195076. OLE color: 10195076.
HSL color Cylindrical-coordinate representation of color #84909B: hue angle of 208.7º degrees, saturation: 0.1, 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 #84909B is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 132 | 144 | 155 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.39 |
| HSL | 208.7º | 0.1% | 0.56% | - |
| HSV(B) | 208.7º | 0.15% | 0.61% | - |
| XYZ | 25.41 | 27.22 | 34.93 | - |
| YUV | 141.67 | 135.52 | 121.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 144 | 155 | 0.15 | 0.07 | 0 | 0.39 | 208.7 | 0.1 | 0.56 |
| Hex | 84 | 90 | 9B | F | 7 | 0 | 27 | D1 | A | 38 |
| Octal | 204 | 220 | 233 | 17 | 7 | 0 | 47 | 321 | 12 | 70 |
| Binary | 10000100 | 10010000 | 10011011 | 1111 | 111 | 0 | 100111 | 11010001 | 1010 | 111000 |
Color Harmonies of #84909B
Complementary color
Monochromatic Colors of #84909B
Black with #84909B
Text Example
Text Example
White with #84909B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84909B; }
p { color: rgb(132,144,155); }
H1.HeaderClassName
{
color: #84909B;
}
.AnyTagClassName
{
color: #84909B;
}
</style>
background-color css
<style>
a { background-color: #84909B; }
a { background-color: rgb(132,144,155); }
div.DivClassName
{
background-color: #84909B;
}
.BgClassName
{
background-color: #84909B;
}
</style>
border-color css
<style>
span { border-color: #84909B; }
span { border-color: rgb(132,144,155); }
td.TdClassName
{
border-color: #84909B;
}
.TagClassName
{
border-color: #84909B;
}
</style>