Shades of Light Slate Grey #808C98
Tints of Light Slate Grey #808C98
RGB
CMYK
RGB Variations
Color information
#808C98 (or 0x808C98) is known color: Light Slate Grey. HEX triplet: 80, 8C and 98. RGB value is (128,140,152). Sum of RGB (Red+Green+Blue) = 128+140+152=420 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.48% from 420); Green value is 140 (55.08% from 255 or 33.33% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #808C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808C98 is #7F7367. Grayscale: #898989. Windows color (decimal): -8352616 or 9997440. OLE color: 9997440.
HSL color Cylindrical-coordinate representation of color #808C98: hue angle of 210º degrees, saturation: 0.1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #808C98 is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 128 | 140 | 152 | - |
| CMYK | 0.16 | 0.08 | 0 | 0.40 |
| HSL | 210º | 0.1% | 0.55% | - |
| HSV(B) | 210º | 0.16% | 0.6% | - |
| XYZ | 23.95 | 25.61 | 33.39 | - |
| YUV | 137.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 140 | 152 | 0.16 | 0.08 | 0 | 0.40 | 210 | 0.1 | 0.55 |
| Hex | 80 | 8C | 98 | 10 | 8 | 0 | 28 | D2 | A | 37 |
| Octal | 200 | 214 | 230 | 20 | 10 | 0 | 50 | 322 | 12 | 67 |
| Binary | 10000000 | 10001100 | 10011000 | 10000 | 1000 | 0 | 101000 | 11010010 | 1010 | 110111 |
Color Harmonies of #808C98
Complementary color
Monochromatic Colors of #808C98
Black with #808C98
Text Example
Text Example
White with #808C98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808C98; }
p { color: rgb(128,140,152); }
H1.HeaderClassName
{
color: #808C98;
}
.AnyTagClassName
{
color: #808C98;
}
</style>
background-color css
<style>
a { background-color: #808C98; }
a { background-color: rgb(128,140,152); }
div.DivClassName
{
background-color: #808C98;
}
.BgClassName
{
background-color: #808C98;
}
</style>
border-color css
<style>
span { border-color: #808C98; }
span { border-color: rgb(128,140,152); }
td.TdClassName
{
border-color: #808C98;
}
.TagClassName
{
border-color: #808C98;
}
</style>