Shades of Medium Slate Blue #8C65F0
Tints of Medium Slate Blue #8C65F0
RGB
CMYK
RGB Variations
Color information
#8C65F0 (or 0x8C65F0) is known color: Medium Slate Blue. HEX triplet: 8C, 65 and F0. RGB value is (140,101,240). Sum of RGB (Red+Green+Blue) = 140+101+240=481 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.11% from 481); Green value is 101 (39.84% from 255 or 21.00% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #8C65F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8C65F0 is #739A0F. Grayscale: #7F7F7F. Windows color (decimal): -7576080 or 15754636. OLE color: 15754636.
HSL color Cylindrical-coordinate representation of color #8C65F0: hue angle of 256.83º degrees, saturation: 0.82, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8C65F0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 140 | 101 | 240 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.06 |
| HSL | 256.83º | 0.82% | 0.67% | - |
| HSV(B) | 256.83º | 0.58% | 0.94% | - |
| XYZ | 31.2 | 21.17 | 84.88 | - |
| YUV | 128.51 | 190.92 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 101 | 240 | 0.42 | 0.58 | 0 | 0.06 | 256.83 | 0.82 | 0.67 |
| Hex | 8C | 65 | F0 | 2A | 3A | 0 | 6 | 101 | 52 | 43 |
| Octal | 214 | 145 | 360 | 52 | 72 | 0 | 6 | 401 | 122 | 103 |
| Binary | 10001100 | 1100101 | 11110000 | 101010 | 111010 | 0 | 110 | 100000001 | 1010010 | 1000011 |
Color Harmonies of #8C65F0
Complementary color
Monochromatic Colors of #8C65F0
Black with #8C65F0
Text Example
Text Example
White with #8C65F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C65F0; }
p { color: rgb(140,101,240); }
H1.HeaderClassName
{
color: #8C65F0;
}
.AnyTagClassName
{
color: #8C65F0;
}
</style>
background-color css
<style>
a { background-color: #8C65F0; }
a { background-color: rgb(140,101,240); }
div.DivClassName
{
background-color: #8C65F0;
}
.BgClassName
{
background-color: #8C65F0;
}
</style>
border-color css
<style>
span { border-color: #8C65F0; }
span { border-color: rgb(140,101,240); }
td.TdClassName
{
border-color: #8C65F0;
}
.TagClassName
{
border-color: #8C65F0;
}
</style>