Shades of Medium Slate Blue #805CEC
Tints of Medium Slate Blue #805CEC
RGB
CMYK
RGB Variations
Color information
#805CEC (or 0x805CEC) is known color: Medium Slate Blue. HEX triplet: 80, 5C and EC. RGB value is (128,92,236). Sum of RGB (Red+Green+Blue) = 128+92+236=456 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.07% from 456); Green value is 92 (36.33% from 255 or 20.18% from 456); Blue value is 236 (92.58% from 255 or 51.75% from 456); Max value from RGB is 236 - color contains mainly: blue. Hex color #805CEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #805CEC is #7FA313. Grayscale: #767676. Windows color (decimal): -8364820 or 15490176. OLE color: 15490176.
HSL color Cylindrical-coordinate representation of color #805CEC: hue angle of 255º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #805CEC is Cyan = 0.46, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 128 | 92 | 236 | - |
| CMYK | 0.46 | 0.61 | 0 | 0.07 |
| HSL | 255º | 0.79% | 0.64% | - |
| HSV(B) | 255º | 0.61% | 0.93% | - |
| XYZ | 27.87 | 18.3 | 81.42 | - |
| YUV | 119.18 | 193.93 | 134.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 236 | 0.46 | 0.61 | 0 | 0.07 | 255 | 0.79 | 0.64 |
| Hex | 80 | 5C | EC | 2E | 3D | 0 | 7 | FF | 4F | 40 |
| Octal | 200 | 134 | 354 | 56 | 75 | 0 | 7 | 377 | 117 | 100 |
| Binary | 10000000 | 1011100 | 11101100 | 101110 | 111101 | 0 | 111 | 11111111 | 1001111 | 1000000 |
Color Harmonies of #805CEC
Complementary color
Monochromatic Colors of #805CEC
Black with #805CEC
Text Example
Text Example
White with #805CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CEC; }
p { color: rgb(128,92,236); }
H1.HeaderClassName
{
color: #805CEC;
}
.AnyTagClassName
{
color: #805CEC;
}
</style>
background-color css
<style>
a { background-color: #805CEC; }
a { background-color: rgb(128,92,236); }
div.DivClassName
{
background-color: #805CEC;
}
.BgClassName
{
background-color: #805CEC;
}
</style>
border-color css
<style>
span { border-color: #805CEC; }
span { border-color: rgb(128,92,236); }
td.TdClassName
{
border-color: #805CEC;
}
.TagClassName
{
border-color: #805CEC;
}
</style>