Shades of Light Slate Blue #8F70F8
Tints of Light Slate Blue #8F70F8
RGB
CMYK
RGB Variations
Color information
#8F70F8 (or 0x8F70F8) is known color: Light Slate Blue. HEX triplet: 8F, 70 and F8. RGB value is (143,112,248). Sum of RGB (Red+Green+Blue) = 143+112+248=503 (66% of max value = 765). Red value is 143 (56.25% from 255 or 28.43% from 503); Green value is 112 (44.14% from 255 or 22.27% from 503); Blue value is 248 (97.27% from 255 or 49.30% from 503); Max value from RGB is 248 - color contains mainly: blue. Hex color #8F70F8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8F70F8 is #708F07. Grayscale: #888888. Windows color (decimal): -7376648 or 16281743. OLE color: 16281743.
HSL color Cylindrical-coordinate representation of color #8F70F8: hue angle of 253.68º degrees, saturation: 0.91, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F70F8 is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 143 | 112 | 248 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.03 |
| HSL | 253.68º | 0.91% | 0.71% | - |
| HSV(B) | 253.68º | 0.55% | 0.97% | - |
| XYZ | 34.07 | 24.21 | 91.68 | - |
| YUV | 136.77 | 190.77 | 132.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 112 | 248 | 0.42 | 0.55 | 0 | 0.03 | 253.68 | 0.91 | 0.71 |
| Hex | 8F | 70 | F8 | 2A | 37 | 0 | 3 | FE | 5B | 47 |
| Octal | 217 | 160 | 370 | 52 | 67 | 0 | 3 | 376 | 133 | 107 |
| Binary | 10001111 | 1110000 | 11111000 | 101010 | 110111 | 0 | 11 | 11111110 | 1011011 | 1000111 |
Color Harmonies of #8F70F8
Complementary color
Monochromatic Colors of #8F70F8
Black with #8F70F8
Text Example
Text Example
White with #8F70F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F70F8; }
p { color: rgb(143,112,248); }
H1.HeaderClassName
{
color: #8F70F8;
}
.AnyTagClassName
{
color: #8F70F8;
}
</style>
background-color css
<style>
a { background-color: #8F70F8; }
a { background-color: rgb(143,112,248); }
div.DivClassName
{
background-color: #8F70F8;
}
.BgClassName
{
background-color: #8F70F8;
}
</style>
border-color css
<style>
span { border-color: #8F70F8; }
span { border-color: rgb(143,112,248); }
td.TdClassName
{
border-color: #8F70F8;
}
.TagClassName
{
border-color: #8F70F8;
}
</style>