Shades of Medium Slate Blue #885AEF
Tints of Medium Slate Blue #885AEF
RGB
CMYK
RGB Variations
Color information
#885AEF (or 0x885AEF) is known color: Medium Slate Blue. HEX triplet: 88, 5A and EF. RGB value is (136,90,239). Sum of RGB (Red+Green+Blue) = 136+90+239=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 90 (35.55% from 255 or 19.35% from 465); Blue value is 239 (93.75% from 255 or 51.40% from 465); Max value from RGB is 239 - color contains mainly: blue. Hex color #885AEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885AEF is #77A510. Grayscale: #787878. Windows color (decimal): -7841041 or 15686280. OLE color: 15686280.
HSL color Cylindrical-coordinate representation of color #885AEF: hue angle of 258.52º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885AEF is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 136 | 90 | 239 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.06 |
| HSL | 258.52º | 0.82% | 0.65% | - |
| HSV(B) | 258.52º | 0.62% | 0.94% | - |
| XYZ | 29.39 | 18.78 | 83.74 | - |
| YUV | 120.74 | 194.74 | 138.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 90 | 239 | 0.43 | 0.62 | 0 | 0.06 | 258.52 | 0.82 | 0.65 |
| Hex | 88 | 5A | EF | 2B | 3E | 0 | 6 | 103 | 52 | 41 |
| Octal | 210 | 132 | 357 | 53 | 76 | 0 | 6 | 403 | 122 | 101 |
| Binary | 10001000 | 1011010 | 11101111 | 101011 | 111110 | 0 | 110 | 100000011 | 1010010 | 1000001 |
Color Harmonies of #885AEF
Complementary color
Monochromatic Colors of #885AEF
Black with #885AEF
Text Example
Text Example
White with #885AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885AEF; }
p { color: rgb(136,90,239); }
H1.HeaderClassName
{
color: #885AEF;
}
.AnyTagClassName
{
color: #885AEF;
}
</style>
background-color css
<style>
a { background-color: #885AEF; }
a { background-color: rgb(136,90,239); }
div.DivClassName
{
background-color: #885AEF;
}
.BgClassName
{
background-color: #885AEF;
}
</style>
border-color css
<style>
span { border-color: #885AEF; }
span { border-color: rgb(136,90,239); }
td.TdClassName
{
border-color: #885AEF;
}
.TagClassName
{
border-color: #885AEF;
}
</style>