Shades of Light Slate Blue #8C62FE
Tints of Light Slate Blue #8C62FE
RGB
CMYK
RGB Variations
Color information
#8C62FE (or 0x8C62FE) is known color: Light Slate Blue. HEX triplet: 8C, 62 and FE. RGB value is (140,98,254). Sum of RGB (Red+Green+Blue) = 140+98+254=492 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.46% from 492); Green value is 98 (38.67% from 255 or 19.92% from 492); Blue value is 254 (99.61% from 255 or 51.63% from 492); Max value from RGB is 254 - color contains mainly: blue. Hex color #8C62FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C62FE is #739D01. Grayscale: #7F7F7F. Windows color (decimal): -7576834 or 16671372. OLE color: 16671372.
HSL color Cylindrical-coordinate representation of color #8C62FE: hue angle of 256.15º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C62FE is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 140 | 98 | 254 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.00 |
| HSL | 256.15º | 0.99% | 0.69% | - |
| HSV(B) | 256.15º | 0.61% | 1% | - |
| XYZ | 33.07 | 21.47 | 96.17 | - |
| YUV | 128.34 | 198.91 | 136.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 254 | 0.45 | 0.61 | 0 | 0.00 | 256.15 | 0.99 | 0.69 |
| Hex | 8C | 62 | FE | 2D | 3D | 0 | 0 | 100 | 63 | 45 |
| Octal | 214 | 142 | 376 | 55 | 75 | 0 | 0 | 400 | 143 | 105 |
| Binary | 10001100 | 1100010 | 11111110 | 101101 | 111101 | 0 | 0 | 100000000 | 1100011 | 1000101 |
Color Harmonies of #8C62FE
Complementary color
Monochromatic Colors of #8C62FE
Black with #8C62FE
Text Example
Text Example
White with #8C62FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C62FE; }
p { color: rgb(140,98,254); }
H1.HeaderClassName
{
color: #8C62FE;
}
.AnyTagClassName
{
color: #8C62FE;
}
</style>
background-color css
<style>
a { background-color: #8C62FE; }
a { background-color: rgb(140,98,254); }
div.DivClassName
{
background-color: #8C62FE;
}
.BgClassName
{
background-color: #8C62FE;
}
</style>
border-color css
<style>
span { border-color: #8C62FE; }
span { border-color: rgb(140,98,254); }
td.TdClassName
{
border-color: #8C62FE;
}
.TagClassName
{
border-color: #8C62FE;
}
</style>