Shades of Light Slate Blue #8565FE
Tints of Light Slate Blue #8565FE
RGB
CMYK
RGB Variations
Color information
#8565FE (or 0x8565FE) is known color: Light Slate Blue. HEX triplet: 85, 65 and FE. RGB value is (133,101,254). Sum of RGB (Red+Green+Blue) = 133+101+254=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 101 (39.84% from 255 or 20.70% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #8565FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8565FE is #7A9A01. Grayscale: #7F7F7F. Windows color (decimal): -8034818 or 16672133. OLE color: 16672133.
HSL color Cylindrical-coordinate representation of color #8565FE: hue angle of 252.55º 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 #8565FE is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 101 | 254 | - |
| CMYK | 0.48 | 0.60 | 0 | 0.00 |
| HSL | 252.55º | 0.99% | 0.7% | - |
| HSV(B) | 252.55º | 0.6% | 1% | - |
| XYZ | 32.22 | 21.45 | 96.21 | - |
| YUV | 128.01 | 199.1 | 131.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 254 | 0.48 | 0.60 | 0 | 0.00 | 252.55 | 0.99 | 0.7 |
| Hex | 85 | 65 | FE | 30 | 3C | 0 | 0 | FD | 63 | 46 |
| Octal | 205 | 145 | 376 | 60 | 74 | 0 | 0 | 375 | 143 | 106 |
| Binary | 10000101 | 1100101 | 11111110 | 110000 | 111100 | 0 | 0 | 11111101 | 1100011 | 1000110 |
Color Harmonies of #8565FE
Complementary color
Monochromatic Colors of #8565FE
Black with #8565FE
Text Example
Text Example
White with #8565FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8565FE; }
p { color: rgb(133,101,254); }
H1.HeaderClassName
{
color: #8565FE;
}
.AnyTagClassName
{
color: #8565FE;
}
</style>
background-color css
<style>
a { background-color: #8565FE; }
a { background-color: rgb(133,101,254); }
div.DivClassName
{
background-color: #8565FE;
}
.BgClassName
{
background-color: #8565FE;
}
</style>
border-color css
<style>
span { border-color: #8565FE; }
span { border-color: rgb(133,101,254); }
td.TdClassName
{
border-color: #8565FE;
}
.TagClassName
{
border-color: #8565FE;
}
</style>