Shades of Medium Slate Blue #855AEA
Tints of Medium Slate Blue #855AEA
RGB
CMYK
RGB Variations
Color information
#855AEA (or 0x855AEA) is known color: Medium Slate Blue. HEX triplet: 85, 5A and EA. RGB value is (133,90,234). Sum of RGB (Red+Green+Blue) = 133+90+234=457 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.10% from 457); Green value is 90 (35.55% from 255 or 19.69% 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 #855AEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855AEA is #7AA515. Grayscale: #767676. Windows color (decimal): -8037654 or 15358597. OLE color: 15358597.
HSL color Cylindrical-coordinate representation of color #855AEA: hue angle of 257.92º degrees, saturation: 0.77, 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 #855AEA is Cyan = 0.43, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 90 | 234 | - |
| CMYK | 0.43 | 0.62 | 0 | 0.08 |
| HSL | 257.92º | 0.77% | 0.64% | - |
| HSV(B) | 257.92º | 0.62% | 0.92% | - |
| XYZ | 28.18 | 18.24 | 79.88 | - |
| YUV | 119.27 | 192.75 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 90 | 234 | 0.43 | 0.62 | 0 | 0.08 | 257.92 | 0.77 | 0.64 |
| Hex | 85 | 5A | EA | 2B | 3E | 0 | 8 | 102 | 4D | 40 |
| Octal | 205 | 132 | 352 | 53 | 76 | 0 | 10 | 402 | 115 | 100 |
| Binary | 10000101 | 1011010 | 11101010 | 101011 | 111110 | 0 | 1000 | 100000010 | 1001101 | 1000000 |
Color Harmonies of #855AEA
Complementary color
Monochromatic Colors of #855AEA
Black with #855AEA
Text Example
Text Example
White with #855AEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855AEA; }
p { color: rgb(133,90,234); }
H1.HeaderClassName
{
color: #855AEA;
}
.AnyTagClassName
{
color: #855AEA;
}
</style>
background-color css
<style>
a { background-color: #855AEA; }
a { background-color: rgb(133,90,234); }
div.DivClassName
{
background-color: #855AEA;
}
.BgClassName
{
background-color: #855AEA;
}
</style>
border-color css
<style>
span { border-color: #855AEA; }
span { border-color: rgb(133,90,234); }
td.TdClassName
{
border-color: #855AEA;
}
.TagClassName
{
border-color: #855AEA;
}
</style>