Shades of Medium Slate Blue #885FEA
Tints of Medium Slate Blue #885FEA
RGB
CMYK
RGB Variations
Color information
#885FEA (or 0x885FEA) is known color: Medium Slate Blue. HEX triplet: 88, 5F and EA. RGB value is (136,95,234). Sum of RGB (Red+Green+Blue) = 136+95+234=465 (61% of max value = 765). Red value is 136 (53.52% from 255 or 29.25% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 234 (91.80% from 255 or 50.32% from 465); Max value from RGB is 234 - color contains mainly: blue. Hex color #885FEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #885FEA is #77A015. Grayscale: #7A7A7A. Windows color (decimal): -7839766 or 15359880. OLE color: 15359880.
HSL color Cylindrical-coordinate representation of color #885FEA: hue angle of 257.7º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #885FEA is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 136 | 95 | 234 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.08 |
| HSL | 257.7º | 0.77% | 0.65% | - |
| HSV(B) | 257.7º | 0.59% | 0.92% | - |
| XYZ | 29.1 | 19.36 | 80.05 | - |
| YUV | 123.11 | 190.58 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 95 | 234 | 0.42 | 0.59 | 0 | 0.08 | 257.7 | 0.77 | 0.65 |
| Hex | 88 | 5F | EA | 2A | 3B | 0 | 8 | 102 | 4D | 41 |
| Octal | 210 | 137 | 352 | 52 | 73 | 0 | 10 | 402 | 115 | 101 |
| Binary | 10001000 | 1011111 | 11101010 | 101010 | 111011 | 0 | 1000 | 100000010 | 1001101 | 1000001 |
Color Harmonies of #885FEA
Complementary color
Monochromatic Colors of #885FEA
Black with #885FEA
Text Example
Text Example
White with #885FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885FEA; }
p { color: rgb(136,95,234); }
H1.HeaderClassName
{
color: #885FEA;
}
.AnyTagClassName
{
color: #885FEA;
}
</style>
background-color css
<style>
a { background-color: #885FEA; }
a { background-color: rgb(136,95,234); }
div.DivClassName
{
background-color: #885FEA;
}
.BgClassName
{
background-color: #885FEA;
}
</style>
border-color css
<style>
span { border-color: #885FEA; }
span { border-color: rgb(136,95,234); }
td.TdClassName
{
border-color: #885FEA;
}
.TagClassName
{
border-color: #885FEA;
}
</style>