Shades of Medium Slate Blue #805CEA
Tints of Medium Slate Blue #805CEA
RGB
CMYK
RGB Variations
Color information
#805CEA (or 0x805CEA) is known color: Medium Slate Blue. HEX triplet: 80, 5C and EA. RGB value is (128,92,234). Sum of RGB (Red+Green+Blue) = 128+92+234=454 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.19% from 454); Green value is 92 (36.33% from 255 or 20.26% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #805CEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CEA is #7FA315. Grayscale: #767676. Windows color (decimal): -8364822 or 15359104. OLE color: 15359104.
HSL color Cylindrical-coordinate representation of color #805CEA: hue angle of 255.21º 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 #805CEA is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 128 | 92 | 234 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.08 |
| HSL | 255.21º | 0.77% | 0.64% | - |
| HSV(B) | 255.21º | 0.61% | 0.92% | - |
| XYZ | 27.58 | 18.18 | 79.9 | - |
| YUV | 118.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 234 | 0.45 | 0.61 | 0 | 0.08 | 255.21 | 0.77 | 0.64 |
| Hex | 80 | 5C | EA | 2D | 3D | 0 | 8 | FF | 4D | 40 |
| Octal | 200 | 134 | 352 | 55 | 75 | 0 | 10 | 377 | 115 | 100 |
| Binary | 10000000 | 1011100 | 11101010 | 101101 | 111101 | 0 | 1000 | 11111111 | 1001101 | 1000000 |
Color Harmonies of #805CEA
Complementary color
Monochromatic Colors of #805CEA
Black with #805CEA
Text Example
Text Example
White with #805CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CEA; }
p { color: rgb(128,92,234); }
H1.HeaderClassName
{
color: #805CEA;
}
.AnyTagClassName
{
color: #805CEA;
}
</style>
background-color css
<style>
a { background-color: #805CEA; }
a { background-color: rgb(128,92,234); }
div.DivClassName
{
background-color: #805CEA;
}
.BgClassName
{
background-color: #805CEA;
}
</style>
border-color css
<style>
span { border-color: #805CEA; }
span { border-color: rgb(128,92,234); }
td.TdClassName
{
border-color: #805CEA;
}
.TagClassName
{
border-color: #805CEA;
}
</style>