Shades of Medium Slate Blue #8865EB
Tints of Medium Slate Blue #8865EB
RGB
CMYK
RGB Variations
Color information
#8865EB (or 0x8865EB) is known color: Medium Slate Blue. HEX triplet: 88, 65 and EB. RGB value is (136,101,235). Sum of RGB (Red+Green+Blue) = 136+101+235=472 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.81% from 472); Green value is 101 (39.84% from 255 or 21.40% from 472); Blue value is 235 (92.19% from 255 or 49.79% from 472); Max value from RGB is 235 - color contains mainly: blue. Hex color #8865EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8865EB is #779A14. Grayscale: #7E7E7E. Windows color (decimal): -7838229 or 15426952. OLE color: 15426952.
HSL color Cylindrical-coordinate representation of color #8865EB: hue angle of 255.67º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8865EB is Cyan = 0.42, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 101 | 235 | - |
| CMYK | 0.42 | 0.57 | 0 | 0.08 |
| HSL | 255.67º | 0.77% | 0.66% | - |
| HSV(B) | 255.67º | 0.57% | 0.92% | - |
| XYZ | 29.8 | 20.54 | 80.99 | - |
| YUV | 126.74 | 189.1 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 101 | 235 | 0.42 | 0.57 | 0 | 0.08 | 255.67 | 0.77 | 0.66 |
| Hex | 88 | 65 | EB | 2A | 39 | 0 | 8 | 100 | 4D | 42 |
| Octal | 210 | 145 | 353 | 52 | 71 | 0 | 10 | 400 | 115 | 102 |
| Binary | 10001000 | 1100101 | 11101011 | 101010 | 111001 | 0 | 1000 | 100000000 | 1001101 | 1000010 |
Color Harmonies of #8865EB
Complementary color
Monochromatic Colors of #8865EB
Black with #8865EB
Text Example
Text Example
White with #8865EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8865EB; }
p { color: rgb(136,101,235); }
H1.HeaderClassName
{
color: #8865EB;
}
.AnyTagClassName
{
color: #8865EB;
}
</style>
background-color css
<style>
a { background-color: #8865EB; }
a { background-color: rgb(136,101,235); }
div.DivClassName
{
background-color: #8865EB;
}
.BgClassName
{
background-color: #8865EB;
}
</style>
border-color css
<style>
span { border-color: #8865EB; }
span { border-color: rgb(136,101,235); }
td.TdClassName
{
border-color: #8865EB;
}
.TagClassName
{
border-color: #8865EB;
}
</style>