Shades of Light Slate Blue #8566FE
Tints of Light Slate Blue #8566FE
RGB
CMYK
RGB Variations
Color information
#8566FE (or 0x8566FE) is known color: Light Slate Blue. HEX triplet: 85, 66 and FE. RGB value is (133,102,254). Sum of RGB (Red+Green+Blue) = 133+102+254=489 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.20% from 489); Green value is 102 (40.23% from 255 or 20.86% from 489); Blue value is 254 (99.61% from 255 or 51.94% from 489); Max value from RGB is 254 - color contains mainly: blue. Hex color #8566FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8566FE is #7A9901. Grayscale: #808080. Windows color (decimal): -8034562 or 16672389. OLE color: 16672389.
HSL color Cylindrical-coordinate representation of color #8566FE: hue angle of 252.24º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8566FE is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 102 | 254 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.00 |
| HSL | 252.24º | 0.99% | 0.7% | - |
| HSV(B) | 252.24º | 0.6% | 1% | - |
| XYZ | 32.31 | 21.65 | 96.24 | - |
| YUV | 128.6 | 198.77 | 131.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 102 | 254 | 0.48 | 0.60 | 0 | 0.00 | 252.24 | 0.99 | 0.7 |
| Hex | 85 | 66 | FE | 30 | 3C | 0 | 0 | FC | 63 | 46 |
| Octal | 205 | 146 | 376 | 60 | 74 | 0 | 0 | 374 | 143 | 106 |
| Binary | 10000101 | 1100110 | 11111110 | 110000 | 111100 | 0 | 0 | 11111100 | 1100011 | 1000110 |
Color Harmonies of #8566FE
Complementary color
Monochromatic Colors of #8566FE
Black with #8566FE
Text Example
Text Example
White with #8566FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8566FE; }
p { color: rgb(133,102,254); }
H1.HeaderClassName
{
color: #8566FE;
}
.AnyTagClassName
{
color: #8566FE;
}
</style>
background-color css
<style>
a { background-color: #8566FE; }
a { background-color: rgb(133,102,254); }
div.DivClassName
{
background-color: #8566FE;
}
.BgClassName
{
background-color: #8566FE;
}
</style>
border-color css
<style>
span { border-color: #8566FE; }
span { border-color: rgb(133,102,254); }
td.TdClassName
{
border-color: #8566FE;
}
.TagClassName
{
border-color: #8566FE;
}
</style>