Shades of Light Slate Blue #8A70FC
Tints of Light Slate Blue #8A70FC
RGB
CMYK
RGB Variations
Color information
#8A70FC (or 0x8A70FC) is known color: Light Slate Blue. HEX triplet: 8A, 70 and FC. RGB value is (138,112,252). Sum of RGB (Red+Green+Blue) = 138+112+252=502 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.49% from 502); Green value is 112 (44.14% from 255 or 22.31% from 502); Blue value is 252 (98.83% from 255 or 50.20% from 502); Max value from RGB is 252 - color contains mainly: blue. Hex color #8A70FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A70FC is #758F03. Grayscale: #878787. Windows color (decimal): -7704324 or 16543882. OLE color: 16543882.
HSL color Cylindrical-coordinate representation of color #8A70FC: hue angle of 251.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A70FC is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 138 | 112 | 252 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.01 |
| HSL | 251.14º | 0.96% | 0.71% | - |
| HSV(B) | 251.14º | 0.56% | 0.99% | - |
| XYZ | 33.85 | 24.02 | 94.95 | - |
| YUV | 135.73 | 193.61 | 129.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 112 | 252 | 0.45 | 0.56 | 0 | 0.01 | 251.14 | 0.96 | 0.71 |
| Hex | 8A | 70 | FC | 2D | 38 | 0 | 1 | FB | 60 | 47 |
| Octal | 212 | 160 | 374 | 55 | 70 | 0 | 1 | 373 | 140 | 107 |
| Binary | 10001010 | 1110000 | 11111100 | 101101 | 111000 | 0 | 1 | 11111011 | 1100000 | 1000111 |
Color Harmonies of #8A70FC
Complementary color
Monochromatic Colors of #8A70FC
Black with #8A70FC
Text Example
Text Example
White with #8A70FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A70FC; }
p { color: rgb(138,112,252); }
H1.HeaderClassName
{
color: #8A70FC;
}
.AnyTagClassName
{
color: #8A70FC;
}
</style>
background-color css
<style>
a { background-color: #8A70FC; }
a { background-color: rgb(138,112,252); }
div.DivClassName
{
background-color: #8A70FC;
}
.BgClassName
{
background-color: #8A70FC;
}
</style>
border-color css
<style>
span { border-color: #8A70FC; }
span { border-color: rgb(138,112,252); }
td.TdClassName
{
border-color: #8A70FC;
}
.TagClassName
{
border-color: #8A70FC;
}
</style>