Shades of Light Slate Grey #80919C
Tints of Light Slate Grey #80919C
RGB
CMYK
RGB Variations
Color information
#80919C (or 0x80919C) is known color: Light Slate Grey. HEX triplet: 80, 91 and 9C. RGB value is (128,145,156). Sum of RGB (Red+Green+Blue) = 128+145+156=429 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.84% from 429); Green value is 145 (57.03% from 255 or 33.80% from 429); Blue value is 156 (61.33% from 255 or 36.36% from 429); Max value from RGB is 156 - color contains mainly: blue. Hex color #80919C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80919C is #7F6E63. Grayscale: #8D8D8D. Windows color (decimal): -8351332 or 10260864. OLE color: 10260864.
HSL color Cylindrical-coordinate representation of color #80919C: hue angle of 203.57º degrees, saturation: 0.12, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80919C is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 145 | 156 | - |
| CMYK | 0.18 | 0.07 | 0 | 0.39 |
| HSL | 203.57º | 0.12% | 0.56% | - |
| HSV(B) | 203.57º | 0.18% | 0.61% | - |
| XYZ | 25.03 | 27.24 | 35.39 | - |
| YUV | 141.17 | 136.37 | 118.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 156 | 0.18 | 0.07 | 0 | 0.39 | 203.57 | 0.12 | 0.56 |
| Hex | 80 | 91 | 9C | 12 | 7 | 0 | 27 | CC | C | 38 |
| Octal | 200 | 221 | 234 | 22 | 7 | 0 | 47 | 314 | 14 | 70 |
| Binary | 10000000 | 10010001 | 10011100 | 10010 | 111 | 0 | 100111 | 11001100 | 1100 | 111000 |
Color Harmonies of #80919C
Complementary color
Monochromatic Colors of #80919C
Black with #80919C
Text Example
Text Example
White with #80919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80919C; }
p { color: rgb(128,145,156); }
H1.HeaderClassName
{
color: #80919C;
}
.AnyTagClassName
{
color: #80919C;
}
</style>
background-color css
<style>
a { background-color: #80919C; }
a { background-color: rgb(128,145,156); }
div.DivClassName
{
background-color: #80919C;
}
.BgClassName
{
background-color: #80919C;
}
</style>
border-color css
<style>
span { border-color: #80919C; }
span { border-color: rgb(128,145,156); }
td.TdClassName
{
border-color: #80919C;
}
.TagClassName
{
border-color: #80919C;
}
</style>