Shades of Light Slate Blue #8C62FF
Tints of Light Slate Blue #8C62FF
RGB
CMYK
RGB Variations
Color information
#8C62FF (or 0x8C62FF) is known color: Light Slate Blue. HEX triplet: 8C, 62 and FF. RGB value is (140,98,255). Sum of RGB (Red+Green+Blue) = 140+98+255=493 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.40% from 493); Green value is 98 (38.67% from 255 or 19.88% from 493); Blue value is 255 (100% from 255 or 51.72% from 493); Max value from RGB is 255 - color contains mainly: blue. Hex color #8C62FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C62FF is #739D00. Grayscale: #7F7F7F. Windows color (decimal): -7576833 or 16736908. OLE color: 16736908.
HSL color Cylindrical-coordinate representation of color #8C62FF: hue angle of 256.05º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8C62FF is Cyan = 0.45, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 140 | 98 | 255 | - |
| CMYK | 0.45 | 0.62 | 0 | 0 |
| HSL | 256.05º | 1% | 0.69% | - |
| HSV(B) | 256.05º | 0.62% | 1% | - |
| XYZ | 33.23 | 21.53 | 97.01 | - |
| YUV | 128.46 | 199.41 | 136.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 255 | 0.45 | 0.62 | 0 | 0 | 256.05 | 1 | 0.69 |
| Hex | 8C | 62 | FF | 2D | 3E | 0 | 0 | 100 | 64 | 45 |
| Octal | 214 | 142 | 377 | 55 | 76 | 0 | 0 | 400 | 144 | 105 |
| Binary | 10001100 | 1100010 | 11111111 | 101101 | 111110 | 0 | 0 | 100000000 | 1100100 | 1000101 |
Color Harmonies of #8C62FF
Complementary color
Monochromatic Colors of #8C62FF
Black with #8C62FF
Text Example
Text Example
White with #8C62FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C62FF; }
p { color: rgb(140,98,255); }
H1.HeaderClassName
{
color: #8C62FF;
}
.AnyTagClassName
{
color: #8C62FF;
}
</style>
background-color css
<style>
a { background-color: #8C62FF; }
a { background-color: rgb(140,98,255); }
div.DivClassName
{
background-color: #8C62FF;
}
.BgClassName
{
background-color: #8C62FF;
}
</style>
border-color css
<style>
span { border-color: #8C62FF; }
span { border-color: rgb(140,98,255); }
td.TdClassName
{
border-color: #8C62FF;
}
.TagClassName
{
border-color: #8C62FF;
}
</style>