Shades of Medium Slate Blue #8C66F0
Tints of Medium Slate Blue #8C66F0
RGB
CMYK
RGB Variations
Color information
#8C66F0 (or 0x8C66F0) is known color: Medium Slate Blue. HEX triplet: 8C, 66 and F0. RGB value is (140,102,240). Sum of RGB (Red+Green+Blue) = 140+102+240=482 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.05% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 240 (94.14% from 255 or 49.79% from 482); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C66F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C66F0 is #73990F. Grayscale: #808080. Windows color (decimal): -7575824 or 15754892. OLE color: 15754892.
HSL color Cylindrical-coordinate representation of color #8C66F0: hue angle of 256.52º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8C66F0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 102 | 240 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.06 |
| HSL | 256.52º | 0.82% | 0.67% | - |
| HSV(B) | 256.52º | 0.58% | 0.94% | - |
| XYZ | 31.29 | 21.37 | 84.91 | - |
| YUV | 129.09 | 190.59 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 102 | 240 | 0.42 | 0.58 | 0 | 0.06 | 256.52 | 0.82 | 0.67 |
| Hex | 8C | 66 | F0 | 2A | 3A | 0 | 6 | 101 | 52 | 43 |
| Octal | 214 | 146 | 360 | 52 | 72 | 0 | 6 | 401 | 122 | 103 |
| Binary | 10001100 | 1100110 | 11110000 | 101010 | 111010 | 0 | 110 | 100000001 | 1010010 | 1000011 |
Color Harmonies of #8C66F0
Complementary color
Monochromatic Colors of #8C66F0
Black with #8C66F0
Text Example
Text Example
White with #8C66F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C66F0; }
p { color: rgb(140,102,240); }
H1.HeaderClassName
{
color: #8C66F0;
}
.AnyTagClassName
{
color: #8C66F0;
}
</style>
background-color css
<style>
a { background-color: #8C66F0; }
a { background-color: rgb(140,102,240); }
div.DivClassName
{
background-color: #8C66F0;
}
.BgClassName
{
background-color: #8C66F0;
}
</style>
border-color css
<style>
span { border-color: #8C66F0; }
span { border-color: rgb(140,102,240); }
td.TdClassName
{
border-color: #8C66F0;
}
.TagClassName
{
border-color: #8C66F0;
}
</style>