Shades of Light Slate Blue #8F57FE
Tints of Light Slate Blue #8F57FE
RGB
CMYK
RGB Variations
Color information
#8F57FE (or 0x8F57FE) is known color: Light Slate Blue. HEX triplet: 8F, 57 and FE. RGB value is (143,87,254). Sum of RGB (Red+Green+Blue) = 143+87+254=484 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.55% from 484); Green value is 87 (34.38% from 255 or 17.98% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F57FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F57FE is #70A801. Grayscale: #7A7A7A. Windows color (decimal): -7383042 or 16668559. OLE color: 16668559.
HSL color Cylindrical-coordinate representation of color #8F57FE: hue angle of 260.12º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F57FE is Cyan = 0.44, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 87 | 254 | - |
| CMYK | 0.44 | 0.66 | 0 | 0.00 |
| HSL | 260.12º | 0.99% | 0.67% | - |
| HSV(B) | 260.12º | 0.66% | 1% | - |
| XYZ | 32.63 | 19.81 | 95.87 | - |
| YUV | 122.78 | 202.05 | 142.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 87 | 254 | 0.44 | 0.66 | 0 | 0.00 | 260.12 | 0.99 | 0.67 |
| Hex | 8F | 57 | FE | 2C | 42 | 0 | 0 | 104 | 63 | 43 |
| Octal | 217 | 127 | 376 | 54 | 102 | 0 | 0 | 404 | 143 | 103 |
| Binary | 10001111 | 1010111 | 11111110 | 101100 | 1000010 | 0 | 0 | 100000100 | 1100011 | 1000011 |
Color Harmonies of #8F57FE
Complementary color
Monochromatic Colors of #8F57FE
Black with #8F57FE
Text Example
Text Example
White with #8F57FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F57FE; }
p { color: rgb(143,87,254); }
H1.HeaderClassName
{
color: #8F57FE;
}
.AnyTagClassName
{
color: #8F57FE;
}
</style>
background-color css
<style>
a { background-color: #8F57FE; }
a { background-color: rgb(143,87,254); }
div.DivClassName
{
background-color: #8F57FE;
}
.BgClassName
{
background-color: #8F57FE;
}
</style>
border-color css
<style>
span { border-color: #8F57FE; }
span { border-color: rgb(143,87,254); }
td.TdClassName
{
border-color: #8F57FE;
}
.TagClassName
{
border-color: #8F57FE;
}
</style>