Shades of Medium Slate Blue #8C62F2
Tints of Medium Slate Blue #8C62F2
RGB
CMYK
RGB Variations
Color information
#8C62F2 (or 0x8C62F2) is known color: Medium Slate Blue. HEX triplet: 8C, 62 and F2. RGB value is (140,98,242). Sum of RGB (Red+Green+Blue) = 140+98+242=480 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.17% from 480); Green value is 98 (38.67% from 255 or 20.42% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #8C62F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C62F2 is #739D0D. Grayscale: #7E7E7E. Windows color (decimal): -7576846 or 15884940. OLE color: 15884940.
HSL color Cylindrical-coordinate representation of color #8C62F2: hue angle of 257.5º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8C62F2 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 140 | 98 | 242 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.05 |
| HSL | 257.5º | 0.85% | 0.67% | - |
| HSV(B) | 257.5º | 0.6% | 0.95% | - |
| XYZ | 31.21 | 20.72 | 86.36 | - |
| YUV | 126.97 | 192.91 | 137.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 242 | 0.42 | 0.60 | 0 | 0.05 | 257.5 | 0.85 | 0.67 |
| Hex | 8C | 62 | F2 | 2A | 3C | 0 | 5 | 102 | 55 | 43 |
| Octal | 214 | 142 | 362 | 52 | 74 | 0 | 5 | 402 | 125 | 103 |
| Binary | 10001100 | 1100010 | 11110010 | 101010 | 111100 | 0 | 101 | 100000010 | 1010101 | 1000011 |
Color Harmonies of #8C62F2
Complementary color
Monochromatic Colors of #8C62F2
Black with #8C62F2
Text Example
Text Example
White with #8C62F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C62F2; }
p { color: rgb(140,98,242); }
H1.HeaderClassName
{
color: #8C62F2;
}
.AnyTagClassName
{
color: #8C62F2;
}
</style>
background-color css
<style>
a { background-color: #8C62F2; }
a { background-color: rgb(140,98,242); }
div.DivClassName
{
background-color: #8C62F2;
}
.BgClassName
{
background-color: #8C62F2;
}
</style>
border-color css
<style>
span { border-color: #8C62F2; }
span { border-color: rgb(140,98,242); }
td.TdClassName
{
border-color: #8C62F2;
}
.TagClassName
{
border-color: #8C62F2;
}
</style>