Shades of Light Slate Blue #8A70F0
Tints of Light Slate Blue #8A70F0
RGB
CMYK
RGB Variations
Color information
#8A70F0 (or 0x8A70F0) is known color: Light Slate Blue. HEX triplet: 8A, 70 and F0. RGB value is (138,112,240). Sum of RGB (Red+Green+Blue) = 138+112+240=490 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.16% from 490); Green value is 112 (44.14% from 255 or 22.86% from 490); Blue value is 240 (94.14% from 255 or 48.98% from 490); Max value from RGB is 240 - color contains mainly: blue. Hex color #8A70F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A70F0 is #758F0F. Grayscale: #858585. Windows color (decimal): -7704336 or 15757450. OLE color: 15757450.
HSL color Cylindrical-coordinate representation of color #8A70F0: hue angle of 252.19º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8A70F0 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 138 | 112 | 240 | - |
| CMYK | 0.42 | 0.53 | 0 | 0.06 |
| HSL | 252.19º | 0.81% | 0.69% | - |
| HSV(B) | 252.19º | 0.53% | 0.94% | - |
| XYZ | 32 | 23.28 | 85.25 | - |
| YUV | 134.37 | 187.61 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 240 | 0.42 | 0.53 | 0 | 0.06 | 252.19 | 0.81 | 0.69 |
| Hex | 8A | 70 | F0 | 2A | 35 | 0 | 6 | FC | 51 | 45 |
| Octal | 212 | 160 | 360 | 52 | 65 | 0 | 6 | 374 | 121 | 105 |
| Binary | 10001010 | 1110000 | 11110000 | 101010 | 110101 | 0 | 110 | 11111100 | 1010001 | 1000101 |
Color Harmonies of #8A70F0
Complementary color
Monochromatic Colors of #8A70F0
Black with #8A70F0
Text Example
Text Example
White with #8A70F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A70F0; }
p { color: rgb(138,112,240); }
H1.HeaderClassName
{
color: #8A70F0;
}
.AnyTagClassName
{
color: #8A70F0;
}
</style>
background-color css
<style>
a { background-color: #8A70F0; }
a { background-color: rgb(138,112,240); }
div.DivClassName
{
background-color: #8A70F0;
}
.BgClassName
{
background-color: #8A70F0;
}
</style>
border-color css
<style>
span { border-color: #8A70F0; }
span { border-color: rgb(138,112,240); }
td.TdClassName
{
border-color: #8A70F0;
}
.TagClassName
{
border-color: #8A70F0;
}
</style>