Shades of Medium Slate Blue #804BE3
Tints of Medium Slate Blue #804BE3
RGB
CMYK
RGB Variations
Color information
#804BE3 (or 0x804BE3) is known color: Medium Slate Blue. HEX triplet: 80, 4B and E3. RGB value is (128,75,227). Sum of RGB (Red+Green+Blue) = 128+75+227=430 (56% of max value = 765). Red value is 128 (50.39% from 255 or 29.77% from 430); Green value is 75 (29.69% from 255 or 17.44% from 430); Blue value is 227 (89.06% from 255 or 52.79% from 430); Max value from RGB is 227 - color contains mainly: blue. Hex color #804BE3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #804BE3 is #7FB41C. Grayscale: #6B6B6B. Windows color (decimal): -8369181 or 14896000. OLE color: 14896000.
HSL color Cylindrical-coordinate representation of color #804BE3: hue angle of 260.92º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #804BE3 is Cyan = 0.44, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 128 | 75 | 227 | - |
| CMYK | 0.44 | 0.67 | 0 | 0.11 |
| HSL | 260.92º | 0.73% | 0.59% | - |
| HSV(B) | 260.92º | 0.67% | 0.89% | - |
| XYZ | 25.28 | 15.17 | 74.27 | - |
| YUV | 108.18 | 195.06 | 142.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 75 | 227 | 0.44 | 0.67 | 0 | 0.11 | 260.92 | 0.73 | 0.59 |
| Hex | 80 | 4B | E3 | 2C | 43 | 0 | B | 105 | 49 | 3B |
| Octal | 200 | 113 | 343 | 54 | 103 | 0 | 13 | 405 | 111 | 73 |
| Binary | 10000000 | 1001011 | 11100011 | 101100 | 1000011 | 0 | 1011 | 100000101 | 1001001 | 111011 |
Color Harmonies of #804BE3
Complementary color
Monochromatic Colors of #804BE3
Black with #804BE3
Text Example
Text Example
White with #804BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804BE3; }
p { color: rgb(128,75,227); }
H1.HeaderClassName
{
color: #804BE3;
}
.AnyTagClassName
{
color: #804BE3;
}
</style>
background-color css
<style>
a { background-color: #804BE3; }
a { background-color: rgb(128,75,227); }
div.DivClassName
{
background-color: #804BE3;
}
.BgClassName
{
background-color: #804BE3;
}
</style>
border-color css
<style>
span { border-color: #804BE3; }
span { border-color: rgb(128,75,227); }
td.TdClassName
{
border-color: #804BE3;
}
.TagClassName
{
border-color: #804BE3;
}
</style>