Shades of Light Slate Blue #8F64FA
Tints of Light Slate Blue #8F64FA
RGB
CMYK
RGB Variations
Color information
#8F64FA (or 0x8F64FA) is known color: Light Slate Blue. HEX triplet: 8F, 64 and FA. RGB value is (143,100,250). Sum of RGB (Red+Green+Blue) = 143+100+250=493 (65% of max value = 765). Red value is 143 (56.25% from 255 or 29.01% from 493); Green value is 100 (39.45% from 255 or 20.28% from 493); Blue value is 250 (98.05% from 255 or 50.71% from 493); Max value from RGB is 250 - color contains mainly: blue. Hex color #8F64FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F64FA is #709B05. Grayscale: #818181. Windows color (decimal): -7379718 or 16409743. OLE color: 16409743.
HSL color Cylindrical-coordinate representation of color #8F64FA: hue angle of 257.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 #8F64FA is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 100 | 250 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.02 |
| HSL | 257.2º | 0.94% | 0.69% | - |
| HSV(B) | 257.2º | 0.6% | 0.98% | - |
| XYZ | 33.14 | 21.86 | 92.91 | - |
| YUV | 129.96 | 195.75 | 137.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 250 | 0.43 | 0.6 | 0 | 0.02 | 257.2 | 0.94 | 0.69 |
| Hex | 8F | 64 | FA | 2B | 3C | 0 | 2 | 101 | 5E | 45 |
| Octal | 217 | 144 | 372 | 53 | 74 | 0 | 2 | 401 | 136 | 105 |
| Binary | 10001111 | 1100100 | 11111010 | 101011 | 111100 | 0 | 10 | 100000001 | 1011110 | 1000101 |
Color Harmonies of #8F64FA
Complementary color
Monochromatic Colors of #8F64FA
Black with #8F64FA
Text Example
Text Example
White with #8F64FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64FA; }
p { color: rgb(143,100,250); }
H1.HeaderClassName
{
color: #8F64FA;
}
.AnyTagClassName
{
color: #8F64FA;
}
</style>
background-color css
<style>
a { background-color: #8F64FA; }
a { background-color: rgb(143,100,250); }
div.DivClassName
{
background-color: #8F64FA;
}
.BgClassName
{
background-color: #8F64FA;
}
</style>
border-color css
<style>
span { border-color: #8F64FA; }
span { border-color: rgb(143,100,250); }
td.TdClassName
{
border-color: #8F64FA;
}
.TagClassName
{
border-color: #8F64FA;
}
</style>