Shades of Medium Slate Blue #855CEA
Tints of Medium Slate Blue #855CEA
RGB
CMYK
RGB Variations
Color information
#855CEA (or 0x855CEA) is known color: Medium Slate Blue. HEX triplet: 85, 5C and EA. RGB value is (133,92,234). Sum of RGB (Red+Green+Blue) = 133+92+234=459 (60% of max value = 765). Red value is 133 (52.34% from 255 or 28.98% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 234 (91.80% from 255 or 50.98% from 459); Max value from RGB is 234 - color contains mainly: blue. Hex color #855CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #855CEA is #7AA315. Grayscale: #777777. Windows color (decimal): -8037142 or 15359109. OLE color: 15359109.
HSL color Cylindrical-coordinate representation of color #855CEA: hue angle of 257.32º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #855CEA is Cyan = 0.43, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 133 | 92 | 234 | - |
| CMYK | 0.43 | 0.61 | 0 | 0.08 |
| HSL | 257.32º | 0.77% | 0.64% | - |
| HSV(B) | 257.32º | 0.61% | 0.92% | - |
| XYZ | 28.35 | 18.58 | 79.93 | - |
| YUV | 120.45 | 192.08 | 136.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 92 | 234 | 0.43 | 0.61 | 0 | 0.08 | 257.32 | 0.77 | 0.64 |
| Hex | 85 | 5C | EA | 2B | 3D | 0 | 8 | 101 | 4D | 40 |
| Octal | 205 | 134 | 352 | 53 | 75 | 0 | 10 | 401 | 115 | 100 |
| Binary | 10000101 | 1011100 | 11101010 | 101011 | 111101 | 0 | 1000 | 100000001 | 1001101 | 1000000 |
Color Harmonies of #855CEA
Complementary color
Monochromatic Colors of #855CEA
Black with #855CEA
Text Example
Text Example
White with #855CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855CEA; }
p { color: rgb(133,92,234); }
H1.HeaderClassName
{
color: #855CEA;
}
.AnyTagClassName
{
color: #855CEA;
}
</style>
background-color css
<style>
a { background-color: #855CEA; }
a { background-color: rgb(133,92,234); }
div.DivClassName
{
background-color: #855CEA;
}
.BgClassName
{
background-color: #855CEA;
}
</style>
border-color css
<style>
span { border-color: #855CEA; }
span { border-color: rgb(133,92,234); }
td.TdClassName
{
border-color: #855CEA;
}
.TagClassName
{
border-color: #855CEA;
}
</style>