Shades of Light Slate Blue #8C70FF
Tints of Light Slate Blue #8C70FF
RGB
CMYK
RGB Variations
Color information
#8C70FF (or 0x8C70FF) is known color: Light Slate Blue. HEX triplet: 8C, 70 and FF. RGB value is (140,112,255). Sum of RGB (Red+Green+Blue) = 140+112+255=507 (67% of max value = 765). Red value is 140 (55.08% from 255 or 27.61% from 507); Green value is 112 (44.14% from 255 or 22.09% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C70FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C70FF is #738F00. Grayscale: #888888. Windows color (decimal): -7573249 or 16740492. OLE color: 16740492.
HSL color Cylindrical-coordinate representation of color #8C70FF: hue angle of 251.75º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8C70FF is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 112 | 255 | - |
| CMYK | 0.45 | 0.56 | 0 | 0 |
| HSL | 251.75º | 1% | 0.72% | - |
| HSV(B) | 251.75º | 0.56% | 1% | - |
| XYZ | 34.66 | 24.38 | 97.49 | - |
| YUV | 136.67 | 194.78 | 130.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 112 | 255 | 0.45 | 0.56 | 0 | 0 | 251.75 | 1 | 0.72 |
| Hex | 8C | 70 | FF | 2D | 38 | 0 | 0 | FC | 64 | 48 |
| Octal | 214 | 160 | 377 | 55 | 70 | 0 | 0 | 374 | 144 | 110 |
| Binary | 10001100 | 1110000 | 11111111 | 101101 | 111000 | 0 | 0 | 11111100 | 1100100 | 1001000 |
Color Harmonies of #8C70FF
Complementary color
Monochromatic Colors of #8C70FF
Black with #8C70FF
Text Example
Text Example
White with #8C70FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C70FF; }
p { color: rgb(140,112,255); }
H1.HeaderClassName
{
color: #8C70FF;
}
.AnyTagClassName
{
color: #8C70FF;
}
</style>
background-color css
<style>
a { background-color: #8C70FF; }
a { background-color: rgb(140,112,255); }
div.DivClassName
{
background-color: #8C70FF;
}
.BgClassName
{
background-color: #8C70FF;
}
</style>
border-color css
<style>
span { border-color: #8C70FF; }
span { border-color: rgb(140,112,255); }
td.TdClassName
{
border-color: #8C70FF;
}
.TagClassName
{
border-color: #8C70FF;
}
</style>