Shades of Light Slate Grey #808C9B
Tints of Light Slate Grey #808C9B
RGB
CMYK
RGB Variations
Color information
#808C9B (or 0x808C9B) is known color: Light Slate Grey. HEX triplet: 80, 8C and 9B. RGB value is (128,140,155). Sum of RGB (Red+Green+Blue) = 128+140+155=423 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.26% from 423); Green value is 140 (55.08% from 255 or 33.10% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #808C9B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C9B is #7F7364. Grayscale: #8A8A8A. Windows color (decimal): -8352613 or 10194048. OLE color: 10194048.
HSL color Cylindrical-coordinate representation of color #808C9B: hue angle of 213.33º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #808C9B is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 140 | 155 | - |
| CMYK | 0.17 | 0.10 | 0 | 0.39 |
| HSL | 213.33º | 0.12% | 0.55% | - |
| HSV(B) | 213.33º | 0.17% | 0.61% | - |
| XYZ | 24.2 | 25.71 | 34.7 | - |
| YUV | 138.12 | 137.52 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 155 | 0.17 | 0.10 | 0 | 0.39 | 213.33 | 0.12 | 0.55 |
| Hex | 80 | 8C | 9B | 11 | A | 0 | 27 | D5 | C | 37 |
| Octal | 200 | 214 | 233 | 21 | 12 | 0 | 47 | 325 | 14 | 67 |
| Binary | 10000000 | 10001100 | 10011011 | 10001 | 1010 | 0 | 100111 | 11010101 | 1100 | 110111 |
Color Harmonies of #808C9B
Complementary color
Monochromatic Colors of #808C9B
Black with #808C9B
Text Example
Text Example
White with #808C9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C9B; }
p { color: rgb(128,140,155); }
H1.HeaderClassName
{
color: #808C9B;
}
.AnyTagClassName
{
color: #808C9B;
}
</style>
background-color css
<style>
a { background-color: #808C9B; }
a { background-color: rgb(128,140,155); }
div.DivClassName
{
background-color: #808C9B;
}
.BgClassName
{
background-color: #808C9B;
}
</style>
border-color css
<style>
span { border-color: #808C9B; }
span { border-color: rgb(128,140,155); }
td.TdClassName
{
border-color: #808C9B;
}
.TagClassName
{
border-color: #808C9B;
}
</style>