Shades of Light Slate Blue #8F70FE
Tints of Light Slate Blue #8F70FE
RGB
CMYK
RGB Variations
Color information
#8F70FE (or 0x8F70FE) is known color: Light Slate Blue. HEX triplet: 8F, 70 and FE. RGB value is (143,112,254). Sum of RGB (Red+Green+Blue) = 143+112+254=509 (67% of max value = 765). Red value is 143 (56.25% from 255 or 28.09% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #8F70FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70FE is #708F01. Grayscale: #888888. Windows color (decimal): -7376642 or 16674959. OLE color: 16674959.
HSL color Cylindrical-coordinate representation of color #8F70FE: hue angle of 253.1º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8F70FE is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 143 | 112 | 254 | - |
| CMYK | 0.44 | 0.56 | 0 | 0.00 |
| HSL | 253.1º | 0.99% | 0.72% | - |
| HSV(B) | 253.1º | 0.56% | 1% | - |
| XYZ | 35.01 | 24.58 | 96.67 | - |
| YUV | 137.46 | 193.77 | 131.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 254 | 0.44 | 0.56 | 0 | 0.00 | 253.1 | 0.99 | 0.72 |
| Hex | 8F | 70 | FE | 2C | 38 | 0 | 0 | FD | 63 | 48 |
| Octal | 217 | 160 | 376 | 54 | 70 | 0 | 0 | 375 | 143 | 110 |
| Binary | 10001111 | 1110000 | 11111110 | 101100 | 111000 | 0 | 0 | 11111101 | 1100011 | 1001000 |
Color Harmonies of #8F70FE
Complementary color
Monochromatic Colors of #8F70FE
Black with #8F70FE
Text Example
Text Example
White with #8F70FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F70FE; }
p { color: rgb(143,112,254); }
H1.HeaderClassName
{
color: #8F70FE;
}
.AnyTagClassName
{
color: #8F70FE;
}
</style>
background-color css
<style>
a { background-color: #8F70FE; }
a { background-color: rgb(143,112,254); }
div.DivClassName
{
background-color: #8F70FE;
}
.BgClassName
{
background-color: #8F70FE;
}
</style>
border-color css
<style>
span { border-color: #8F70FE; }
span { border-color: rgb(143,112,254); }
td.TdClassName
{
border-color: #8F70FE;
}
.TagClassName
{
border-color: #8F70FE;
}
</style>