Shades of Light Slate Blue #8F64FB
Tints of Light Slate Blue #8F64FB
RGB
CMYK
RGB Variations
Color information
#8F64FB (or 0x8F64FB) is known color: Light Slate Blue. HEX triplet: 8F, 64 and FB. RGB value is (143,100,251). Sum of RGB (Red+Green+Blue) = 143+100+251=494 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.95% from 494); Green value is 100 (39.45% from 255 or 20.24% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #8F64FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F64FB is #709B04. Grayscale: #818181. Windows color (decimal): -7379717 or 16475279. OLE color: 16475279.
HSL color Cylindrical-coordinate representation of color #8F64FB: hue angle of 257.09º degrees, saturation: 0.95, 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 #8F64FB is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 143 | 100 | 251 | - |
| CMYK | 0.43 | 0.60 | 0 | 0.02 |
| HSL | 257.09º | 0.95% | 0.69% | - |
| HSV(B) | 257.09º | 0.6% | 0.98% | - |
| XYZ | 33.3 | 21.92 | 93.74 | - |
| YUV | 130.07 | 196.25 | 137.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 251 | 0.43 | 0.60 | 0 | 0.02 | 257.09 | 0.95 | 0.69 |
| Hex | 8F | 64 | FB | 2B | 3C | 0 | 2 | 101 | 5F | 45 |
| Octal | 217 | 144 | 373 | 53 | 74 | 0 | 2 | 401 | 137 | 105 |
| Binary | 10001111 | 1100100 | 11111011 | 101011 | 111100 | 0 | 10 | 100000001 | 1011111 | 1000101 |
Color Harmonies of #8F64FB
Complementary color
Monochromatic Colors of #8F64FB
Black with #8F64FB
Text Example
Text Example
White with #8F64FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64FB; }
p { color: rgb(143,100,251); }
H1.HeaderClassName
{
color: #8F64FB;
}
.AnyTagClassName
{
color: #8F64FB;
}
</style>
background-color css
<style>
a { background-color: #8F64FB; }
a { background-color: rgb(143,100,251); }
div.DivClassName
{
background-color: #8F64FB;
}
.BgClassName
{
background-color: #8F64FB;
}
</style>
border-color css
<style>
span { border-color: #8F64FB; }
span { border-color: rgb(143,100,251); }
td.TdClassName
{
border-color: #8F64FB;
}
.TagClassName
{
border-color: #8F64FB;
}
</style>