Shades of Medium Slate Blue #885AEB
Tints of Medium Slate Blue #885AEB
RGB
CMYK
RGB Variations
Color information
#885AEB (or 0x885AEB) is known color: Medium Slate Blue. HEX triplet: 88, 5A and EB. RGB value is (136,90,235). Sum of RGB (Red+Green+Blue) = 136+90+235=461 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.50% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 235 (92.19% from 255 or 50.98% from 461); Max value from RGB is 235 - color contains mainly: blue. Hex color #885AEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AEB is #77A514. Grayscale: #777777. Windows color (decimal): -7841045 or 15424136. OLE color: 15424136.
HSL color Cylindrical-coordinate representation of color #885AEB: hue angle of 259.03º degrees, saturation: 0.78, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885AEB is Cyan = 0.42, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 90 | 235 | - |
| CMYK | 0.42 | 0.62 | 0 | 0.08 |
| HSL | 259.03º | 0.78% | 0.64% | - |
| HSV(B) | 259.03º | 0.62% | 0.92% | - |
| XYZ | 28.8 | 18.54 | 80.66 | - |
| YUV | 120.28 | 192.74 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 235 | 0.42 | 0.62 | 0 | 0.08 | 259.03 | 0.78 | 0.64 |
| Hex | 88 | 5A | EB | 2A | 3E | 0 | 8 | 103 | 4E | 40 |
| Octal | 210 | 132 | 353 | 52 | 76 | 0 | 10 | 403 | 116 | 100 |
| Binary | 10001000 | 1011010 | 11101011 | 101010 | 111110 | 0 | 1000 | 100000011 | 1001110 | 1000000 |
Color Harmonies of #885AEB
Complementary color
Monochromatic Colors of #885AEB
Black with #885AEB
Text Example
Text Example
White with #885AEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AEB; }
p { color: rgb(136,90,235); }
H1.HeaderClassName
{
color: #885AEB;
}
.AnyTagClassName
{
color: #885AEB;
}
</style>
background-color css
<style>
a { background-color: #885AEB; }
a { background-color: rgb(136,90,235); }
div.DivClassName
{
background-color: #885AEB;
}
.BgClassName
{
background-color: #885AEB;
}
</style>
border-color css
<style>
span { border-color: #885AEB; }
span { border-color: rgb(136,90,235); }
td.TdClassName
{
border-color: #885AEB;
}
.TagClassName
{
border-color: #885AEB;
}
</style>