Shades of Light Slate Grey #80919B
Tints of Light Slate Grey #80919B
RGB
CMYK
RGB Variations
Color information
#80919B (or 0x80919B) is known color: Light Slate Grey. HEX triplet: 80, 91 and 9B. RGB value is (128,145,155). Sum of RGB (Red+Green+Blue) = 128+145+155=428 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.91% from 428); Green value is 145 (57.03% from 255 or 33.88% from 428); Blue value is 155 (60.94% from 255 or 36.21% from 428); Max value from RGB is 155 - color contains mainly: blue. Hex color #80919B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #80919B is #7F6E64. Grayscale: #8D8D8D. Windows color (decimal): -8351333 or 10195328. OLE color: 10195328.
HSL color Cylindrical-coordinate representation of color #80919B: hue angle of 202.22º 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 #80919B is Cyan = 0.17, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 128 | 145 | 155 | - |
| CMYK | 0.17 | 0.06 | 0 | 0.39 |
| HSL | 202.22º | 0.12% | 0.55% | - |
| HSV(B) | 202.22º | 0.17% | 0.61% | - |
| XYZ | 24.94 | 27.21 | 34.95 | - |
| YUV | 141.06 | 135.87 | 118.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 145 | 155 | 0.17 | 0.06 | 0 | 0.39 | 202.22 | 0.12 | 0.55 |
| Hex | 80 | 91 | 9B | 11 | 6 | 0 | 27 | CA | C | 37 |
| Octal | 200 | 221 | 233 | 21 | 6 | 0 | 47 | 312 | 14 | 67 |
| Binary | 10000000 | 10010001 | 10011011 | 10001 | 110 | 0 | 100111 | 11001010 | 1100 | 110111 |
Color Harmonies of #80919B
Complementary color
Monochromatic Colors of #80919B
Black with #80919B
Text Example
Text Example
White with #80919B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80919B; }
p { color: rgb(128,145,155); }
H1.HeaderClassName
{
color: #80919B;
}
.AnyTagClassName
{
color: #80919B;
}
</style>
background-color css
<style>
a { background-color: #80919B; }
a { background-color: rgb(128,145,155); }
div.DivClassName
{
background-color: #80919B;
}
.BgClassName
{
background-color: #80919B;
}
</style>
border-color css
<style>
span { border-color: #80919B; }
span { border-color: rgb(128,145,155); }
td.TdClassName
{
border-color: #80919B;
}
.TagClassName
{
border-color: #80919B;
}
</style>