Shades of Light Slate Blue #8C62F9
Tints of Light Slate Blue #8C62F9
RGB
CMYK
RGB Variations
Color information
#8C62F9 (or 0x8C62F9) is known color: Light Slate Blue. HEX triplet: 8C, 62 and F9. RGB value is (140,98,249). Sum of RGB (Red+Green+Blue) = 140+98+249=487 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.75% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 249 (97.66% from 255 or 51.13% from 487); Max value from RGB is 249 - color contains mainly: blue. Hex color #8C62F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C62F9 is #739D06. Grayscale: #7F7F7F. Windows color (decimal): -7576839 or 16343692. OLE color: 16343692.
HSL color Cylindrical-coordinate representation of color #8C62F9: hue angle of 256.69º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8C62F9 is Cyan = 0.44, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 140 | 98 | 249 | - |
| CMYK | 0.44 | 0.61 | 0 | 0.02 |
| HSL | 256.69º | 0.93% | 0.68% | - |
| HSV(B) | 256.69º | 0.61% | 0.98% | - |
| XYZ | 32.28 | 21.15 | 92 | - |
| YUV | 127.77 | 196.41 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 249 | 0.44 | 0.61 | 0 | 0.02 | 256.69 | 0.93 | 0.68 |
| Hex | 8C | 62 | F9 | 2C | 3D | 0 | 2 | 101 | 5D | 44 |
| Octal | 214 | 142 | 371 | 54 | 75 | 0 | 2 | 401 | 135 | 104 |
| Binary | 10001100 | 1100010 | 11111001 | 101100 | 111101 | 0 | 10 | 100000001 | 1011101 | 1000100 |
Color Harmonies of #8C62F9
Complementary color
Monochromatic Colors of #8C62F9
Black with #8C62F9
Text Example
Text Example
White with #8C62F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C62F9; }
p { color: rgb(140,98,249); }
H1.HeaderClassName
{
color: #8C62F9;
}
.AnyTagClassName
{
color: #8C62F9;
}
</style>
background-color css
<style>
a { background-color: #8C62F9; }
a { background-color: rgb(140,98,249); }
div.DivClassName
{
background-color: #8C62F9;
}
.BgClassName
{
background-color: #8C62F9;
}
</style>
border-color css
<style>
span { border-color: #8C62F9; }
span { border-color: rgb(140,98,249); }
td.TdClassName
{
border-color: #8C62F9;
}
.TagClassName
{
border-color: #8C62F9;
}
</style>