Shades of Light Slate Grey #808593
Tints of Light Slate Grey #808593
RGB
CMYK
RGB Variations
Color information
#808593 (or 0x808593) is known color: Light Slate Grey. HEX triplet: 80, 85 and 93. RGB value is (128,133,147). Sum of RGB (Red+Green+Blue) = 128+133+147=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 147 (57.81% from 255 or 36.03% from 408); Max value from RGB is 147 - color contains mainly: blue. Hex color #808593 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #808593 is #7F7A6C. Grayscale: #858585. Windows color (decimal): -8354413 or 9667968. OLE color: 9667968.
HSL color Cylindrical-coordinate representation of color #808593: hue angle of 224.21º degrees, saturation: 0.08, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #808593 is Cyan = 0.13, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 128 | 133 | 147 | - |
| CMYK | 0.13 | 0.10 | 0 | 0.42 |
| HSL | 224.21º | 0.08% | 0.54% | - |
| HSV(B) | 224.21º | 0.13% | 0.58% | - |
| XYZ | 22.56 | 23.47 | 30.95 | - |
| YUV | 133.1 | 135.84 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 133 | 147 | 0.13 | 0.10 | 0 | 0.42 | 224.21 | 0.08 | 0.54 |
| Hex | 80 | 85 | 93 | D | A | 0 | 2A | E0 | 8 | 36 |
| Octal | 200 | 205 | 223 | 15 | 12 | 0 | 52 | 340 | 10 | 66 |
| Binary | 10000000 | 10000101 | 10010011 | 1101 | 1010 | 0 | 101010 | 11100000 | 1000 | 110110 |
Color Harmonies of #808593
Complementary color
Monochromatic Colors of #808593
Black with #808593
Text Example
Text Example
White with #808593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808593; }
p { color: rgb(128,133,147); }
H1.HeaderClassName
{
color: #808593;
}
.AnyTagClassName
{
color: #808593;
}
</style>
background-color css
<style>
a { background-color: #808593; }
a { background-color: rgb(128,133,147); }
div.DivClassName
{
background-color: #808593;
}
.BgClassName
{
background-color: #808593;
}
</style>
border-color css
<style>
span { border-color: #808593; }
span { border-color: rgb(128,133,147); }
td.TdClassName
{
border-color: #808593;
}
.TagClassName
{
border-color: #808593;
}
</style>