Shades of Light Slate Blue #808BFE
Tints of Light Slate Blue #808BFE
RGB
CMYK
RGB Variations
Color information
#808BFE (or 0x808BFE) is known color: Light Slate Blue. HEX triplet: 80, 8B and FE. RGB value is (128,139,254). Sum of RGB (Red+Green+Blue) = 128+139+254=521 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.57% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #808BFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808BFE is #7F7401. Grayscale: #949494. Windows color (decimal): -8352770 or 16681856. OLE color: 16681856.
HSL color Cylindrical-coordinate representation of color #808BFE: hue angle of 234.76º 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 #808BFE is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 139 | 254 | - |
| CMYK | 0.50 | 0.45 | 0 | 0.00 |
| HSL | 234.76º | 0.98% | 0.75% | - |
| HSV(B) | 234.76º | 0.5% | 1% | - |
| XYZ | 36.02 | 30.21 | 97.7 | - |
| YUV | 148.82 | 187.36 | 113.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 254 | 0.50 | 0.45 | 0 | 0.00 | 234.76 | 0.98 | 0.75 |
| Hex | 80 | 8B | FE | 32 | 2D | 0 | 0 | EB | 62 | 4B |
| Octal | 200 | 213 | 376 | 62 | 55 | 0 | 0 | 353 | 142 | 113 |
| Binary | 10000000 | 10001011 | 11111110 | 110010 | 101101 | 0 | 0 | 11101011 | 1100010 | 1001011 |
Color Harmonies of #808BFE
Complementary color
Monochromatic Colors of #808BFE
Black with #808BFE
Text Example
Text Example
White with #808BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808BFE; }
p { color: rgb(128,139,254); }
H1.HeaderClassName
{
color: #808BFE;
}
.AnyTagClassName
{
color: #808BFE;
}
</style>
background-color css
<style>
a { background-color: #808BFE; }
a { background-color: rgb(128,139,254); }
div.DivClassName
{
background-color: #808BFE;
}
.BgClassName
{
background-color: #808BFE;
}
</style>
border-color css
<style>
span { border-color: #808BFE; }
span { border-color: rgb(128,139,254); }
td.TdClassName
{
border-color: #808BFE;
}
.TagClassName
{
border-color: #808BFE;
}
</style>