Shades of Medium Slate Blue #804CF2
Tints of Medium Slate Blue #804CF2
RGB
CMYK
RGB Variations
Color information
#804CF2 (or 0x804CF2) is known color: Medium Slate Blue. HEX triplet: 80, 4C and F2. RGB value is (128,76,242). Sum of RGB (Red+Green+Blue) = 128+76+242=446 (59% of max value = 765). Red value is 128 (50.39% from 255 or 28.70% from 446); Green value is 76 (30.08% from 255 or 17.04% from 446); Blue value is 242 (94.92% from 255 or 54.26% from 446); Max value from RGB is 242 - color contains mainly: blue. Hex color #804CF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CF2 is #7FB30D. Grayscale: #6D6D6D. Windows color (decimal): -8368910 or 15879296. OLE color: 15879296.
HSL color Cylindrical-coordinate representation of color #804CF2: hue angle of 258.8º degrees, saturation: 0.86, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #804CF2 is Cyan = 0.47, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 128 | 76 | 242 | - |
| CMYK | 0.47 | 0.69 | 0 | 0.05 |
| HSL | 258.8º | 0.86% | 0.62% | - |
| HSV(B) | 258.8º | 0.69% | 0.95% | - |
| XYZ | 27.51 | 16.17 | 85.68 | - |
| YUV | 110.47 | 202.23 | 140.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 242 | 0.47 | 0.69 | 0 | 0.05 | 258.8 | 0.86 | 0.62 |
| Hex | 80 | 4C | F2 | 2F | 45 | 0 | 5 | 103 | 56 | 3E |
| Octal | 200 | 114 | 362 | 57 | 105 | 0 | 5 | 403 | 126 | 76 |
| Binary | 10000000 | 1001100 | 11110010 | 101111 | 1000101 | 0 | 101 | 100000011 | 1010110 | 111110 |
Color Harmonies of #804CF2
Complementary color
Monochromatic Colors of #804CF2
Black with #804CF2
Text Example
Text Example
White with #804CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CF2; }
p { color: rgb(128,76,242); }
H1.HeaderClassName
{
color: #804CF2;
}
.AnyTagClassName
{
color: #804CF2;
}
</style>
background-color css
<style>
a { background-color: #804CF2; }
a { background-color: rgb(128,76,242); }
div.DivClassName
{
background-color: #804CF2;
}
.BgClassName
{
background-color: #804CF2;
}
</style>
border-color css
<style>
span { border-color: #804CF2; }
span { border-color: rgb(128,76,242); }
td.TdClassName
{
border-color: #804CF2;
}
.TagClassName
{
border-color: #804CF2;
}
</style>