Shades of Medium Slate Blue #804BE8
Tints of Medium Slate Blue #804BE8
RGB
CMYK
RGB Variations
Color information
#804BE8 (or 0x804BE8) is known color: Medium Slate Blue. HEX triplet: 80, 4B and E8. RGB value is (128,75,232). Sum of RGB (Red+Green+Blue) = 128+75+232=435 (57% of max value = 765). Red value is 128 (50.39% from 255 or 29.43% from 435); Green value is 75 (29.69% from 255 or 17.24% from 435); Blue value is 232 (91.02% from 255 or 53.33% from 435); Max value from RGB is 232 - color contains mainly: blue. Hex color #804BE8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804BE8 is #7FB417. Grayscale: #6C6C6C. Windows color (decimal): -8369176 or 15223680. OLE color: 15223680.
HSL color Cylindrical-coordinate representation of color #804BE8: hue angle of 260.25º degrees, saturation: 0.77, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #804BE8 is Cyan = 0.45, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 128 | 75 | 232 | - |
| CMYK | 0.45 | 0.68 | 0 | 0.09 |
| HSL | 260.25º | 0.77% | 0.6% | - |
| HSV(B) | 260.25º | 0.68% | 0.91% | - |
| XYZ | 25.98 | 15.45 | 77.96 | - |
| YUV | 108.75 | 197.56 | 141.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 232 | 0.45 | 0.68 | 0 | 0.09 | 260.25 | 0.77 | 0.6 |
| Hex | 80 | 4B | E8 | 2D | 44 | 0 | 9 | 104 | 4D | 3C |
| Octal | 200 | 113 | 350 | 55 | 104 | 0 | 11 | 404 | 115 | 74 |
| Binary | 10000000 | 1001011 | 11101000 | 101101 | 1000100 | 0 | 1001 | 100000100 | 1001101 | 111100 |
Color Harmonies of #804BE8
Complementary color
Monochromatic Colors of #804BE8
Black with #804BE8
Text Example
Text Example
White with #804BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BE8; }
p { color: rgb(128,75,232); }
H1.HeaderClassName
{
color: #804BE8;
}
.AnyTagClassName
{
color: #804BE8;
}
</style>
background-color css
<style>
a { background-color: #804BE8; }
a { background-color: rgb(128,75,232); }
div.DivClassName
{
background-color: #804BE8;
}
.BgClassName
{
background-color: #804BE8;
}
</style>
border-color css
<style>
span { border-color: #804BE8; }
span { border-color: rgb(128,75,232); }
td.TdClassName
{
border-color: #804BE8;
}
.TagClassName
{
border-color: #804BE8;
}
</style>