Shades of Medium Slate Blue #8860F0
Tints of Medium Slate Blue #8860F0
RGB
CMYK
RGB Variations
Color information
#8860F0 (or 0x8860F0) is known color: Medium Slate Blue. HEX triplet: 88, 60 and F0. RGB value is (136,96,240). Sum of RGB (Red+Green+Blue) = 136+96+240=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #8860F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8860F0 is #779F0F. Grayscale: #7B7B7B. Windows color (decimal): -7839504 or 15753352. OLE color: 15753352.
HSL color Cylindrical-coordinate representation of color #8860F0: hue angle of 256.67º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8860F0 is Cyan = 0.43, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 96 | 240 | - |
| CMYK | 0.43 | 0.6 | 0 | 0.06 |
| HSL | 256.67º | 0.83% | 0.66% | - |
| HSV(B) | 256.67º | 0.6% | 0.94% | - |
| XYZ | 30.06 | 19.89 | 84.69 | - |
| YUV | 124.38 | 193.25 | 136.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 96 | 240 | 0.43 | 0.6 | 0 | 0.06 | 256.67 | 0.83 | 0.66 |
| Hex | 88 | 60 | F0 | 2B | 3C | 0 | 6 | 101 | 53 | 42 |
| Octal | 210 | 140 | 360 | 53 | 74 | 0 | 6 | 401 | 123 | 102 |
| Binary | 10001000 | 1100000 | 11110000 | 101011 | 111100 | 0 | 110 | 100000001 | 1010011 | 1000010 |
Color Harmonies of #8860F0
Complementary color
Monochromatic Colors of #8860F0
Black with #8860F0
Text Example
Text Example
White with #8860F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8860F0; }
p { color: rgb(136,96,240); }
H1.HeaderClassName
{
color: #8860F0;
}
.AnyTagClassName
{
color: #8860F0;
}
</style>
background-color css
<style>
a { background-color: #8860F0; }
a { background-color: rgb(136,96,240); }
div.DivClassName
{
background-color: #8860F0;
}
.BgClassName
{
background-color: #8860F0;
}
</style>
border-color css
<style>
span { border-color: #8860F0; }
span { border-color: rgb(136,96,240); }
td.TdClassName
{
border-color: #8860F0;
}
.TagClassName
{
border-color: #8860F0;
}
</style>