Shades of Light Slate Blue #808DFE
Tints of Light Slate Blue #808DFE
RGB
CMYK
RGB Variations
Color information
#808DFE (or 0x808DFE) is known color: Light Slate Blue. HEX triplet: 80, 8D and FE. RGB value is (128,141,254). Sum of RGB (Red+Green+Blue) = 128+141+254=523 (69% of max value = 765). Red value is 128 (50.39% from 255 or 24.47% from 523); Green value is 141 (55.47% from 255 or 26.96% from 523); Blue value is 254 (99.61% from 255 or 48.57% from 523); Max value from RGB is 254 - color contains mainly: blue. Hex color #808DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #808DFE is #7F7201. Grayscale: #959595. Windows color (decimal): -8352258 or 16682368. OLE color: 16682368.
HSL color Cylindrical-coordinate representation of color #808DFE: hue angle of 233.81º 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 #808DFE is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 141 | 254 | - |
| CMYK | 0.50 | 0.44 | 0 | 0.00 |
| HSL | 233.81º | 0.98% | 0.75% | - |
| HSV(B) | 233.81º | 0.5% | 1% | - |
| XYZ | 36.32 | 30.79 | 97.8 | - |
| YUV | 150 | 186.69 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 141 | 254 | 0.50 | 0.44 | 0 | 0.00 | 233.81 | 0.98 | 0.75 |
| Hex | 80 | 8D | FE | 32 | 2C | 0 | 0 | EA | 62 | 4B |
| Octal | 200 | 215 | 376 | 62 | 54 | 0 | 0 | 352 | 142 | 113 |
| Binary | 10000000 | 10001101 | 11111110 | 110010 | 101100 | 0 | 0 | 11101010 | 1100010 | 1001011 |
Color Harmonies of #808DFE
Complementary color
Monochromatic Colors of #808DFE
Black with #808DFE
Text Example
Text Example
White with #808DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808DFE; }
p { color: rgb(128,141,254); }
H1.HeaderClassName
{
color: #808DFE;
}
.AnyTagClassName
{
color: #808DFE;
}
</style>
background-color css
<style>
a { background-color: #808DFE; }
a { background-color: rgb(128,141,254); }
div.DivClassName
{
background-color: #808DFE;
}
.BgClassName
{
background-color: #808DFE;
}
</style>
border-color css
<style>
span { border-color: #808DFE; }
span { border-color: rgb(128,141,254); }
td.TdClassName
{
border-color: #808DFE;
}
.TagClassName
{
border-color: #808DFE;
}
</style>