Shades of Light Slate Blue #8564FA
Tints of Light Slate Blue #8564FA
RGB
CMYK
RGB Variations
Color information
#8564FA (or 0x8564FA) is known color: Light Slate Blue. HEX triplet: 85, 64 and FA. RGB value is (133,100,250). Sum of RGB (Red+Green+Blue) = 133+100+250=483 (63% of max value = 765). Red value is 133 (52.34% from 255 or 27.54% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 250 (98.05% from 255 or 51.76% from 483); Max value from RGB is 250 - color contains mainly: blue. Hex color #8564FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8564FA is #7A9B05. Grayscale: #7E7E7E. Windows color (decimal): -8035078 or 16409733. OLE color: 16409733.
HSL color Cylindrical-coordinate representation of color #8564FA: hue angle of 253.2º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8564FA is Cyan = 0.47, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 100 | 250 | - |
| CMYK | 0.47 | 0.6 | 0 | 0.02 |
| HSL | 253.2º | 0.94% | 0.69% | - |
| HSV(B) | 253.2º | 0.6% | 0.98% | - |
| XYZ | 31.49 | 21 | 92.84 | - |
| YUV | 126.97 | 197.43 | 132.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 100 | 250 | 0.47 | 0.6 | 0 | 0.02 | 253.2 | 0.94 | 0.69 |
| Hex | 85 | 64 | FA | 2F | 3C | 0 | 2 | FD | 5E | 45 |
| Octal | 205 | 144 | 372 | 57 | 74 | 0 | 2 | 375 | 136 | 105 |
| Binary | 10000101 | 1100100 | 11111010 | 101111 | 111100 | 0 | 10 | 11111101 | 1011110 | 1000101 |
Color Harmonies of #8564FA
Complementary color
Monochromatic Colors of #8564FA
Black with #8564FA
Text Example
Text Example
White with #8564FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8564FA; }
p { color: rgb(133,100,250); }
H1.HeaderClassName
{
color: #8564FA;
}
.AnyTagClassName
{
color: #8564FA;
}
</style>
background-color css
<style>
a { background-color: #8564FA; }
a { background-color: rgb(133,100,250); }
div.DivClassName
{
background-color: #8564FA;
}
.BgClassName
{
background-color: #8564FA;
}
</style>
border-color css
<style>
span { border-color: #8564FA; }
span { border-color: rgb(133,100,250); }
td.TdClassName
{
border-color: #8564FA;
}
.TagClassName
{
border-color: #8564FA;
}
</style>