Shades of Light Slate Blue #808EFF
Tints of Light Slate Blue #808EFF
RGB
CMYK
RGB Variations
Color information
#808EFF (or 0x808EFF) is known color: Light Slate Blue. HEX triplet: 80, 8E and FF. RGB value is (128,142,255). Sum of RGB (Red+Green+Blue) = 128+142+255=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 142 (55.86% from 255 or 27.05% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #808EFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808EFF is #7F7100. Grayscale: #969696. Windows color (decimal): -8352001 or 16748160. OLE color: 16748160.
HSL color Cylindrical-coordinate representation of color #808EFF: hue angle of 233.39º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808EFF is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 128 | 142 | 255 | - |
| CMYK | 0.50 | 0.44 | 0 | 0 |
| HSL | 233.39º | 1% | 0.75% | - |
| HSV(B) | 233.39º | 0.5% | 1% | - |
| XYZ | 36.63 | 31.16 | 98.69 | - |
| YUV | 150.7 | 186.86 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 142 | 255 | 0.50 | 0.44 | 0 | 0 | 233.39 | 1 | 0.75 |
| Hex | 80 | 8E | FF | 32 | 2C | 0 | 0 | E9 | 64 | 4B |
| Octal | 200 | 216 | 377 | 62 | 54 | 0 | 0 | 351 | 144 | 113 |
| Binary | 10000000 | 10001110 | 11111111 | 110010 | 101100 | 0 | 0 | 11101001 | 1100100 | 1001011 |
Color Harmonies of #808EFF
Complementary color
Monochromatic Colors of #808EFF
Black with #808EFF
Text Example
Text Example
White with #808EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808EFF; }
p { color: rgb(128,142,255); }
H1.HeaderClassName
{
color: #808EFF;
}
.AnyTagClassName
{
color: #808EFF;
}
</style>
background-color css
<style>
a { background-color: #808EFF; }
a { background-color: rgb(128,142,255); }
div.DivClassName
{
background-color: #808EFF;
}
.BgClassName
{
background-color: #808EFF;
}
</style>
border-color css
<style>
span { border-color: #808EFF; }
span { border-color: rgb(128,142,255); }
td.TdClassName
{
border-color: #808EFF;
}
.TagClassName
{
border-color: #808EFF;
}
</style>