Shades of Medium Slate Blue #805CE3
Tints of Medium Slate Blue #805CE3
RGB
CMYK
RGB Variations
Color information
#805CE3 (or 0x805CE3) is known color: Medium Slate Blue. HEX triplet: 80, 5C and E3. RGB value is (128,92,227). Sum of RGB (Red+Green+Blue) = 128+92+227=447 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.64% from 447); Green value is 92 (36.33% from 255 or 20.58% from 447); Blue value is 227 (89.06% from 255 or 50.78% from 447); Max value from RGB is 227 - color contains mainly: blue. Hex color #805CE3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #805CE3 is #7FA31C. Grayscale: #757575. Windows color (decimal): -8364829 or 14900352. OLE color: 14900352.
HSL color Cylindrical-coordinate representation of color #805CE3: hue angle of 256º degrees, saturation: 0.71, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #805CE3 is Cyan = 0.44, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 92 | 227 | - |
| CMYK | 0.44 | 0.59 | 0 | 0.11 |
| HSL | 256º | 0.71% | 0.63% | - |
| HSV(B) | 256º | 0.59% | 0.89% | - |
| XYZ | 26.59 | 17.79 | 74.71 | - |
| YUV | 118.15 | 189.43 | 135.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 92 | 227 | 0.44 | 0.59 | 0 | 0.11 | 256 | 0.71 | 0.63 |
| Hex | 80 | 5C | E3 | 2C | 3B | 0 | B | 100 | 47 | 3F |
| Octal | 200 | 134 | 343 | 54 | 73 | 0 | 13 | 400 | 107 | 77 |
| Binary | 10000000 | 1011100 | 11100011 | 101100 | 111011 | 0 | 1011 | 100000000 | 1000111 | 111111 |
Color Harmonies of #805CE3
Complementary color
Monochromatic Colors of #805CE3
Black with #805CE3
Text Example
Text Example
White with #805CE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #805CE3; }
p { color: rgb(128,92,227); }
H1.HeaderClassName
{
color: #805CE3;
}
.AnyTagClassName
{
color: #805CE3;
}
</style>
background-color css
<style>
a { background-color: #805CE3; }
a { background-color: rgb(128,92,227); }
div.DivClassName
{
background-color: #805CE3;
}
.BgClassName
{
background-color: #805CE3;
}
</style>
border-color css
<style>
span { border-color: #805CE3; }
span { border-color: rgb(128,92,227); }
td.TdClassName
{
border-color: #805CE3;
}
.TagClassName
{
border-color: #805CE3;
}
</style>