Shades of Medium Slate Blue #8869EC
Tints of Medium Slate Blue #8869EC
RGB
CMYK
RGB Variations
Color information
#8869EC (or 0x8869EC) is known color: Medium Slate Blue. HEX triplet: 88, 69 and EC. RGB value is (136,105,236). Sum of RGB (Red+Green+Blue) = 136+105+236=477 (63% of max value = 765). Red value is 136 (53.52% from 255 or 28.51% from 477); Green value is 105 (41.41% from 255 or 22.01% from 477); Blue value is 236 (92.58% from 255 or 49.48% from 477); Max value from RGB is 236 - color contains mainly: blue. Hex color #8869EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8869EC is #779613. Grayscale: #808080. Windows color (decimal): -7837204 or 15493512. OLE color: 15493512.
HSL color Cylindrical-coordinate representation of color #8869EC: hue angle of 254.2º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8869EC is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 136 | 105 | 236 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.07 |
| HSL | 254.2º | 0.78% | 0.67% | - |
| HSV(B) | 254.2º | 0.56% | 0.93% | - |
| XYZ | 30.35 | 21.39 | 81.89 | - |
| YUV | 129.2 | 188.27 | 132.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 105 | 236 | 0.42 | 0.56 | 0 | 0.07 | 254.2 | 0.78 | 0.67 |
| Hex | 88 | 69 | EC | 2A | 38 | 0 | 7 | FE | 4E | 43 |
| Octal | 210 | 151 | 354 | 52 | 70 | 0 | 7 | 376 | 116 | 103 |
| Binary | 10001000 | 1101001 | 11101100 | 101010 | 111000 | 0 | 111 | 11111110 | 1001110 | 1000011 |
Color Harmonies of #8869EC
Complementary color
Monochromatic Colors of #8869EC
Black with #8869EC
Text Example
Text Example
White with #8869EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8869EC; }
p { color: rgb(136,105,236); }
H1.HeaderClassName
{
color: #8869EC;
}
.AnyTagClassName
{
color: #8869EC;
}
</style>
background-color css
<style>
a { background-color: #8869EC; }
a { background-color: rgb(136,105,236); }
div.DivClassName
{
background-color: #8869EC;
}
.BgClassName
{
background-color: #8869EC;
}
</style>
border-color css
<style>
span { border-color: #8869EC; }
span { border-color: rgb(136,105,236); }
td.TdClassName
{
border-color: #8869EC;
}
.TagClassName
{
border-color: #8869EC;
}
</style>