Shades of Light Slate Blue #8F64FE
Tints of Light Slate Blue #8F64FE
RGB
CMYK
RGB Variations
Color information
#8F64FE (or 0x8F64FE) is known color: Light Slate Blue. HEX triplet: 8F, 64 and FE. RGB value is (143,100,254). Sum of RGB (Red+Green+Blue) = 143+100+254=497 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.77% from 497); Green value is 100 (39.45% from 255 or 20.12% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F64FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F64FE is #709B01. Grayscale: #818181. Windows color (decimal): -7379714 or 16671887. OLE color: 16671887.
HSL color Cylindrical-coordinate representation of color #8F64FE: hue angle of 256.75º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8F64FE is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 100 | 254 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.00 |
| HSL | 256.75º | 0.99% | 0.69% | - |
| HSV(B) | 256.75º | 0.61% | 1% | - |
| XYZ | 33.77 | 22.11 | 96.25 | - |
| YUV | 130.41 | 197.75 | 136.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 100 | 254 | 0.44 | 0.61 | 0 | 0.00 | 256.75 | 0.99 | 0.69 |
| Hex | 8F | 64 | FE | 2C | 3D | 0 | 0 | 101 | 63 | 45 |
| Octal | 217 | 144 | 376 | 54 | 75 | 0 | 0 | 401 | 143 | 105 |
| Binary | 10001111 | 1100100 | 11111110 | 101100 | 111101 | 0 | 0 | 100000001 | 1100011 | 1000101 |
Color Harmonies of #8F64FE
Complementary color
Monochromatic Colors of #8F64FE
Black with #8F64FE
Text Example
Text Example
White with #8F64FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F64FE; }
p { color: rgb(143,100,254); }
H1.HeaderClassName
{
color: #8F64FE;
}
.AnyTagClassName
{
color: #8F64FE;
}
</style>
background-color css
<style>
a { background-color: #8F64FE; }
a { background-color: rgb(143,100,254); }
div.DivClassName
{
background-color: #8F64FE;
}
.BgClassName
{
background-color: #8F64FE;
}
</style>
border-color css
<style>
span { border-color: #8F64FE; }
span { border-color: rgb(143,100,254); }
td.TdClassName
{
border-color: #8F64FE;
}
.TagClassName
{
border-color: #8F64FE;
}
</style>