Shades of Medium Slate Blue #8758EA
Tints of Medium Slate Blue #8758EA
RGB
CMYK
RGB Variations
Color information
#8758EA (or 0x8758EA) is known color: Medium Slate Blue. HEX triplet: 87, 58 and EA. RGB value is (135,88,234). Sum of RGB (Red+Green+Blue) = 135+88+234=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 88 (34.77% from 255 or 19.26% from 457); Blue value is 234 (91.80% from 255 or 51.20% from 457); Max value from RGB is 234 - color contains mainly: blue. Hex color #8758EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8758EA is #78A715. Grayscale: #767676. Windows color (decimal): -7907094 or 15358087. OLE color: 15358087.
HSL color Cylindrical-coordinate representation of color #8758EA: hue angle of 259.32º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8758EA is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 135 | 88 | 234 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.08 |
| HSL | 259.32º | 0.78% | 0.63% | - |
| HSV(B) | 259.32º | 0.62% | 0.92% | - |
| XYZ | 28.33 | 18.07 | 79.84 | - |
| YUV | 118.7 | 193.07 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 234 | 0.42 | 0.62 | 0 | 0.08 | 259.32 | 0.78 | 0.63 |
| Hex | 87 | 58 | EA | 2A | 3E | 0 | 8 | 103 | 4E | 3F |
| Octal | 207 | 130 | 352 | 52 | 76 | 0 | 10 | 403 | 116 | 77 |
| Binary | 10000111 | 1011000 | 11101010 | 101010 | 111110 | 0 | 1000 | 100000011 | 1001110 | 111111 |
Color Harmonies of #8758EA
Complementary color
Monochromatic Colors of #8758EA
Black with #8758EA
Text Example
Text Example
White with #8758EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758EA; }
p { color: rgb(135,88,234); }
H1.HeaderClassName
{
color: #8758EA;
}
.AnyTagClassName
{
color: #8758EA;
}
</style>
background-color css
<style>
a { background-color: #8758EA; }
a { background-color: rgb(135,88,234); }
div.DivClassName
{
background-color: #8758EA;
}
.BgClassName
{
background-color: #8758EA;
}
</style>
border-color css
<style>
span { border-color: #8758EA; }
span { border-color: rgb(135,88,234); }
td.TdClassName
{
border-color: #8758EA;
}
.TagClassName
{
border-color: #8758EA;
}
</style>