Shades of Light Slate Blue #808FFE
Tints of Light Slate Blue #808FFE
RGB
CMYK
RGB Variations
Color information
#808FFE (or 0x808FFE) is known color: Light Slate Blue. HEX triplet: 80, 8F and FE. RGB value is (128,143,254). Sum of RGB (Red+Green+Blue) = 128+143+254=525 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.38% from 525); Green value is 143 (56.25% from 255 or 27.24% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #808FFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808FFE is #7F7001. Grayscale: #969696. Windows color (decimal): -8351746 or 16682880. OLE color: 16682880.
HSL color Cylindrical-coordinate representation of color #808FFE: hue angle of 232.86º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #808FFE is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 143 | 254 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.00 |
| HSL | 232.86º | 0.98% | 0.75% | - |
| HSV(B) | 232.86º | 0.5% | 1% | - |
| XYZ | 36.61 | 31.39 | 97.9 | - |
| YUV | 151.17 | 186.03 | 111.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 143 | 254 | 0.50 | 0.44 | 0 | 0.00 | 232.86 | 0.98 | 0.75 |
| Hex | 80 | 8F | FE | 32 | 2C | 0 | 0 | E9 | 62 | 4B |
| Octal | 200 | 217 | 376 | 62 | 54 | 0 | 0 | 351 | 142 | 113 |
| Binary | 10000000 | 10001111 | 11111110 | 110010 | 101100 | 0 | 0 | 11101001 | 1100010 | 1001011 |
Color Harmonies of #808FFE
Complementary color
Monochromatic Colors of #808FFE
Black with #808FFE
Text Example
Text Example
White with #808FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808FFE; }
p { color: rgb(128,143,254); }
H1.HeaderClassName
{
color: #808FFE;
}
.AnyTagClassName
{
color: #808FFE;
}
</style>
background-color css
<style>
a { background-color: #808FFE; }
a { background-color: rgb(128,143,254); }
div.DivClassName
{
background-color: #808FFE;
}
.BgClassName
{
background-color: #808FFE;
}
</style>
border-color css
<style>
span { border-color: #808FFE; }
span { border-color: rgb(128,143,254); }
td.TdClassName
{
border-color: #808FFE;
}
.TagClassName
{
border-color: #808FFE;
}
</style>