Shades of Light Slate Blue #8C62F5
Tints of Light Slate Blue #8C62F5
RGB
CMYK
RGB Variations
Color information
#8C62F5 (or 0x8C62F5) is known color: Light Slate Blue. HEX triplet: 8C, 62 and F5. RGB value is (140,98,245). Sum of RGB (Red+Green+Blue) = 140+98+245=483 (63% of max value = 765). Red value is 140 (55.08% from 255 or 28.99% from 483); Green value is 98 (38.67% from 255 or 20.29% from 483); Blue value is 245 (96.09% from 255 or 50.72% from 483); Max value from RGB is 245 - color contains mainly: blue. Hex color #8C62F5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C62F5 is #739D0A. Grayscale: #7E7E7E. Windows color (decimal): -7576843 or 16081548. OLE color: 16081548.
HSL color Cylindrical-coordinate representation of color #8C62F5: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C62F5 is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 140 | 98 | 245 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.04 |
| HSL | 257.14º | 0.88% | 0.67% | - |
| HSV(B) | 257.14º | 0.6% | 0.96% | - |
| XYZ | 31.66 | 20.9 | 88.75 | - |
| YUV | 127.32 | 194.41 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 245 | 0.43 | 0.6 | 0 | 0.04 | 257.14 | 0.88 | 0.67 |
| Hex | 8C | 62 | F5 | 2B | 3C | 0 | 4 | 101 | 58 | 43 |
| Octal | 214 | 142 | 365 | 53 | 74 | 0 | 4 | 401 | 130 | 103 |
| Binary | 10001100 | 1100010 | 11110101 | 101011 | 111100 | 0 | 100 | 100000001 | 1011000 | 1000011 |
Color Harmonies of #8C62F5
Complementary color
Monochromatic Colors of #8C62F5
Black with #8C62F5
Text Example
Text Example
White with #8C62F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C62F5; }
p { color: rgb(140,98,245); }
H1.HeaderClassName
{
color: #8C62F5;
}
.AnyTagClassName
{
color: #8C62F5;
}
</style>
background-color css
<style>
a { background-color: #8C62F5; }
a { background-color: rgb(140,98,245); }
div.DivClassName
{
background-color: #8C62F5;
}
.BgClassName
{
background-color: #8C62F5;
}
</style>
border-color css
<style>
span { border-color: #8C62F5; }
span { border-color: rgb(140,98,245); }
td.TdClassName
{
border-color: #8C62F5;
}
.TagClassName
{
border-color: #8C62F5;
}
</style>