Shades of Light Slate Blue #8F70F7
Tints of Light Slate Blue #8F70F7
RGB
CMYK
RGB Variations
Color information
#8F70F7 (or 0x8F70F7) is known color: Light Slate Blue. HEX triplet: 8F, 70 and F7. RGB value is (143,112,247). Sum of RGB (Red+Green+Blue) = 143+112+247=502 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.49% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 247 (96.88% from 255 or 49.20% from 502); Max value from RGB is 247 - color contains mainly: blue. Hex color #8F70F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70F7 is #708F08. Grayscale: #888888. Windows color (decimal): -7376649 or 16216207. OLE color: 16216207.
HSL color Cylindrical-coordinate representation of color #8F70F7: hue angle of 253.78º degrees, saturation: 0.89, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F70F7 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 112 | 247 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.03 |
| HSL | 253.78º | 0.89% | 0.7% | - |
| HSV(B) | 253.78º | 0.55% | 0.97% | - |
| XYZ | 33.91 | 24.14 | 90.87 | - |
| YUV | 136.66 | 190.27 | 132.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 247 | 0.42 | 0.55 | 0 | 0.03 | 253.78 | 0.89 | 0.7 |
| Hex | 8F | 70 | F7 | 2A | 37 | 0 | 3 | FE | 59 | 46 |
| Octal | 217 | 160 | 367 | 52 | 67 | 0 | 3 | 376 | 131 | 106 |
| Binary | 10001111 | 1110000 | 11110111 | 101010 | 110111 | 0 | 11 | 11111110 | 1011001 | 1000110 |
Color Harmonies of #8F70F7
Complementary color
Monochromatic Colors of #8F70F7
Black with #8F70F7
Text Example
Text Example
White with #8F70F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F70F7; }
p { color: rgb(143,112,247); }
H1.HeaderClassName
{
color: #8F70F7;
}
.AnyTagClassName
{
color: #8F70F7;
}
</style>
background-color css
<style>
a { background-color: #8F70F7; }
a { background-color: rgb(143,112,247); }
div.DivClassName
{
background-color: #8F70F7;
}
.BgClassName
{
background-color: #8F70F7;
}
</style>
border-color css
<style>
span { border-color: #8F70F7; }
span { border-color: rgb(143,112,247); }
td.TdClassName
{
border-color: #8F70F7;
}
.TagClassName
{
border-color: #8F70F7;
}
</style>