Shades of Light Slate Grey #80919D
Tints of Light Slate Grey #80919D
RGB
CMYK
RGB Variations
Color information
#80919D (or 0x80919D) is known color: Light Slate Grey. HEX triplet: 80, 91 and 9D. RGB value is (128,145,157). Sum of RGB (Red+Green+Blue) = 128+145+157=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 145 (57.03% from 255 or 33.72% from 430); Blue value is 157 (61.72% from 255 or 36.51% from 430); Max value from RGB is 157 - color contains mainly: blue. Hex color #80919D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80919D is #7F6E62. Grayscale: #8D8D8D. Windows color (decimal): -8351331 or 10326400. OLE color: 10326400.
HSL color Cylindrical-coordinate representation of color #80919D: hue angle of 204.83º degrees, saturation: 0.13, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #80919D is Cyan = 0.18, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 128 | 145 | 157 | - |
| CMYK | 0.18 | 0.08 | 0 | 0.38 |
| HSL | 204.83º | 0.13% | 0.56% | - |
| HSV(B) | 204.83º | 0.18% | 0.62% | - |
| XYZ | 25.11 | 27.27 | 35.84 | - |
| YUV | 141.29 | 136.87 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 157 | 0.18 | 0.08 | 0 | 0.38 | 204.83 | 0.13 | 0.56 |
| Hex | 80 | 91 | 9D | 12 | 8 | 0 | 26 | CD | D | 38 |
| Octal | 200 | 221 | 235 | 22 | 10 | 0 | 46 | 315 | 15 | 70 |
| Binary | 10000000 | 10010001 | 10011101 | 10010 | 1000 | 0 | 100110 | 11001101 | 1101 | 111000 |
Color Harmonies of #80919D
Complementary color
Monochromatic Colors of #80919D
Black with #80919D
Text Example
Text Example
White with #80919D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80919D; }
p { color: rgb(128,145,157); }
H1.HeaderClassName
{
color: #80919D;
}
.AnyTagClassName
{
color: #80919D;
}
</style>
background-color css
<style>
a { background-color: #80919D; }
a { background-color: rgb(128,145,157); }
div.DivClassName
{
background-color: #80919D;
}
.BgClassName
{
background-color: #80919D;
}
</style>
border-color css
<style>
span { border-color: #80919D; }
span { border-color: rgb(128,145,157); }
td.TdClassName
{
border-color: #80919D;
}
.TagClassName
{
border-color: #80919D;
}
</style>