Shades of Light Slate Blue #805DFE
Tints of Light Slate Blue #805DFE
RGB
CMYK
RGB Variations
Color information
#805DFE (or 0x805DFE) is known color: Light Slate Blue. HEX triplet: 80, 5D and FE. RGB value is (128,93,254). Sum of RGB (Red+Green+Blue) = 128+93+254=475 (62% of max value = 765). Red value is 128 (50.39% from 255 or 26.95% from 475); Green value is 93 (36.72% from 255 or 19.58% from 475); Blue value is 254 (99.61% from 255 or 53.47% from 475); Max value from RGB is 254 - color contains mainly: blue. Hex color #805DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805DFE is #7FA201. Grayscale: #797979. Windows color (decimal): -8364546 or 16670080. OLE color: 16670080.
HSL color Cylindrical-coordinate representation of color #805DFE: hue angle of 253.04º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #805DFE is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 128 | 93 | 254 | - |
| CMYK | 0.50 | 0.63 | 0 | 0.00 |
| HSL | 253.04º | 0.99% | 0.68% | - |
| HSV(B) | 253.04º | 0.63% | 1% | - |
| XYZ | 30.71 | 19.57 | 95.93 | - |
| YUV | 121.82 | 202.6 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 93 | 254 | 0.50 | 0.63 | 0 | 0.00 | 253.04 | 0.99 | 0.68 |
| Hex | 80 | 5D | FE | 32 | 3F | 0 | 0 | FD | 63 | 44 |
| Octal | 200 | 135 | 376 | 62 | 77 | 0 | 0 | 375 | 143 | 104 |
| Binary | 10000000 | 1011101 | 11111110 | 110010 | 111111 | 0 | 0 | 11111101 | 1100011 | 1000100 |
Color Harmonies of #805DFE
Complementary color
Monochromatic Colors of #805DFE
Black with #805DFE
Text Example
Text Example
White with #805DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805DFE; }
p { color: rgb(128,93,254); }
H1.HeaderClassName
{
color: #805DFE;
}
.AnyTagClassName
{
color: #805DFE;
}
</style>
background-color css
<style>
a { background-color: #805DFE; }
a { background-color: rgb(128,93,254); }
div.DivClassName
{
background-color: #805DFE;
}
.BgClassName
{
background-color: #805DFE;
}
</style>
border-color css
<style>
span { border-color: #805DFE; }
span { border-color: rgb(128,93,254); }
td.TdClassName
{
border-color: #805DFE;
}
.TagClassName
{
border-color: #805DFE;
}
</style>