Shades of Medium Slate Blue #805CE0
Tints of Medium Slate Blue #805CE0
RGB
CMYK
RGB Variations
Color information
#805CE0 (or 0x805CE0) is known color: Medium Slate Blue. HEX triplet: 80, 5C and E0. RGB value is (128,92,224). Sum of RGB (Red+Green+Blue) = 128+92+224=444 (58% of max value = 765). Red value is 128 (50.39% from 255 or 28.83% from 444); Green value is 92 (36.33% from 255 or 20.72% from 444); Blue value is 224 (87.89% from 255 or 50.45% from 444); Max value from RGB is 224 - color contains mainly: blue. Hex color #805CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CE0 is #7FA31F. Grayscale: #757575. Windows color (decimal): -8364832 or 14703744. OLE color: 14703744.
HSL color Cylindrical-coordinate representation of color #805CE0: hue angle of 256.36º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805CE0 is Cyan = 0.43, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 128 | 92 | 224 | - |
| CMYK | 0.43 | 0.59 | 0 | 0.12 |
| HSL | 256.36º | 0.68% | 0.62% | - |
| HSV(B) | 256.36º | 0.59% | 0.88% | - |
| XYZ | 26.18 | 17.63 | 72.54 | - |
| YUV | 117.81 | 187.93 | 135.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 224 | 0.43 | 0.59 | 0 | 0.12 | 256.36 | 0.68 | 0.62 |
| Hex | 80 | 5C | E0 | 2B | 3B | 0 | C | 100 | 44 | 3E |
| Octal | 200 | 134 | 340 | 53 | 73 | 0 | 14 | 400 | 104 | 76 |
| Binary | 10000000 | 1011100 | 11100000 | 101011 | 111011 | 0 | 1100 | 100000000 | 1000100 | 111110 |
Color Harmonies of #805CE0
Complementary color
Monochromatic Colors of #805CE0
Black with #805CE0
Text Example
Text Example
White with #805CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CE0; }
p { color: rgb(128,92,224); }
H1.HeaderClassName
{
color: #805CE0;
}
.AnyTagClassName
{
color: #805CE0;
}
</style>
background-color css
<style>
a { background-color: #805CE0; }
a { background-color: rgb(128,92,224); }
div.DivClassName
{
background-color: #805CE0;
}
.BgClassName
{
background-color: #805CE0;
}
</style>
border-color css
<style>
span { border-color: #805CE0; }
span { border-color: rgb(128,92,224); }
td.TdClassName
{
border-color: #805CE0;
}
.TagClassName
{
border-color: #805CE0;
}
</style>