Shades of Medium Slate Blue #8855EE
Tints of Medium Slate Blue #8855EE
RGB
CMYK
RGB Variations
Color information
#8855EE (or 0x8855EE) is known color: Medium Slate Blue. HEX triplet: 88, 55 and EE. RGB value is (136,85,238). Sum of RGB (Red+Green+Blue) = 136+85+238=459 (60% of max value = 765). Red value is 136 (53.52% from 255 or 29.63% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 238 (93.36% from 255 or 51.85% from 459); Max value from RGB is 238 - color contains mainly: blue. Hex color #8855EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8855EE is #77AA11. Grayscale: #757575. Windows color (decimal): -7842322 or 15619464. OLE color: 15619464.
HSL color Cylindrical-coordinate representation of color #8855EE: hue angle of 260º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8855EE is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 85 | 238 | - |
| CMYK | 0.43 | 0.64 | 0 | 0.07 |
| HSL | 260º | 0.82% | 0.63% | - |
| HSV(B) | 260º | 0.64% | 0.93% | - |
| XYZ | 28.83 | 17.9 | 82.83 | - |
| YUV | 117.69 | 195.9 | 141.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 238 | 0.43 | 0.64 | 0 | 0.07 | 260 | 0.82 | 0.63 |
| Hex | 88 | 55 | EE | 2B | 40 | 0 | 7 | 104 | 52 | 3F |
| Octal | 210 | 125 | 356 | 53 | 100 | 0 | 7 | 404 | 122 | 77 |
| Binary | 10001000 | 1010101 | 11101110 | 101011 | 1000000 | 0 | 111 | 100000100 | 1010010 | 111111 |
Color Harmonies of #8855EE
Complementary color
Monochromatic Colors of #8855EE
Black with #8855EE
Text Example
Text Example
White with #8855EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8855EE; }
p { color: rgb(136,85,238); }
H1.HeaderClassName
{
color: #8855EE;
}
.AnyTagClassName
{
color: #8855EE;
}
</style>
background-color css
<style>
a { background-color: #8855EE; }
a { background-color: rgb(136,85,238); }
div.DivClassName
{
background-color: #8855EE;
}
.BgClassName
{
background-color: #8855EE;
}
</style>
border-color css
<style>
span { border-color: #8855EE; }
span { border-color: rgb(136,85,238); }
td.TdClassName
{
border-color: #8855EE;
}
.TagClassName
{
border-color: #8855EE;
}
</style>