Shades of Medium Slate Blue #8868EA
Tints of Medium Slate Blue #8868EA
RGB
CMYK
RGB Variations
Color information
#8868EA (or 0x8868EA) is known color: Medium Slate Blue. HEX triplet: 88, 68 and EA. RGB value is (136,104,234). Sum of RGB (Red+Green+Blue) = 136+104+234=474 (62% of max value = 765). Red value is 136 (53.52% from 255 or 28.69% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 234 (91.80% from 255 or 49.37% from 474); Max value from RGB is 234 - color contains mainly: blue. Hex color #8868EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8868EA is #779715. Grayscale: #7F7F7F. Windows color (decimal): -7837462 or 15362184. OLE color: 15362184.
HSL color Cylindrical-coordinate representation of color #8868EA: hue angle of 254.77º degrees, saturation: 0.76, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8868EA is Cyan = 0.42, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 104 | 234 | - |
| CMYK | 0.42 | 0.56 | 0 | 0.08 |
| HSL | 254.77º | 0.76% | 0.66% | - |
| HSV(B) | 254.77º | 0.56% | 0.92% | - |
| XYZ | 29.95 | 21.08 | 80.33 | - |
| YUV | 128.39 | 187.6 | 133.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 104 | 234 | 0.42 | 0.56 | 0 | 0.08 | 254.77 | 0.76 | 0.66 |
| Hex | 88 | 68 | EA | 2A | 38 | 0 | 8 | FF | 4C | 42 |
| Octal | 210 | 150 | 352 | 52 | 70 | 0 | 10 | 377 | 114 | 102 |
| Binary | 10001000 | 1101000 | 11101010 | 101010 | 111000 | 0 | 1000 | 11111111 | 1001100 | 1000010 |
Color Harmonies of #8868EA
Complementary color
Monochromatic Colors of #8868EA
Black with #8868EA
Text Example
Text Example
White with #8868EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8868EA; }
p { color: rgb(136,104,234); }
H1.HeaderClassName
{
color: #8868EA;
}
.AnyTagClassName
{
color: #8868EA;
}
</style>
background-color css
<style>
a { background-color: #8868EA; }
a { background-color: rgb(136,104,234); }
div.DivClassName
{
background-color: #8868EA;
}
.BgClassName
{
background-color: #8868EA;
}
</style>
border-color css
<style>
span { border-color: #8868EA; }
span { border-color: rgb(136,104,234); }
td.TdClassName
{
border-color: #8868EA;
}
.TagClassName
{
border-color: #8868EA;
}
</style>