Shades of Light Slate Blue #8564FF
Tints of Light Slate Blue #8564FF
RGB
CMYK
RGB Variations
Color information
#8564FF (or 0x8564FF) is known color: Light Slate Blue. HEX triplet: 85, 64 and FF. RGB value is (133,100,255). Sum of RGB (Red+Green+Blue) = 133+100+255=488 (64% of max value = 765). Red value is 133 (52.34% from 255 or 27.25% from 488); Green value is 100 (39.45% from 255 or 20.49% from 488); Blue value is 255 (100% from 255 or 52.25% from 488); Max value from RGB is 255 - color contains mainly: blue. Hex color #8564FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564FF is #7A9B00. Grayscale: #7E7E7E. Windows color (decimal): -8035073 or 16737413. OLE color: 16737413.
HSL color Cylindrical-coordinate representation of color #8564FF: hue angle of 252.77º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8564FF is Cyan = 0.48, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 133 | 100 | 255 | - |
| CMYK | 0.48 | 0.61 | 0 | 0 |
| HSL | 252.77º | 1% | 0.7% | - |
| HSV(B) | 252.77º | 0.61% | 1% | - |
| XYZ | 32.28 | 21.32 | 97.02 | - |
| YUV | 127.54 | 199.93 | 131.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 255 | 0.48 | 0.61 | 0 | 0 | 252.77 | 1 | 0.7 |
| Hex | 85 | 64 | FF | 30 | 3D | 0 | 0 | FD | 64 | 46 |
| Octal | 205 | 144 | 377 | 60 | 75 | 0 | 0 | 375 | 144 | 106 |
| Binary | 10000101 | 1100100 | 11111111 | 110000 | 111101 | 0 | 0 | 11111101 | 1100100 | 1000110 |
Color Harmonies of #8564FF
Complementary color
Monochromatic Colors of #8564FF
Black with #8564FF
Text Example
Text Example
White with #8564FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564FF; }
p { color: rgb(133,100,255); }
H1.HeaderClassName
{
color: #8564FF;
}
.AnyTagClassName
{
color: #8564FF;
}
</style>
background-color css
<style>
a { background-color: #8564FF; }
a { background-color: rgb(133,100,255); }
div.DivClassName
{
background-color: #8564FF;
}
.BgClassName
{
background-color: #8564FF;
}
</style>
border-color css
<style>
span { border-color: #8564FF; }
span { border-color: rgb(133,100,255); }
td.TdClassName
{
border-color: #8564FF;
}
.TagClassName
{
border-color: #8564FF;
}
</style>