Shades of Medium Slate Blue #804CFB
Tints of Medium Slate Blue #804CFB
RGB
CMYK
RGB Variations
Color information
#804CFB (or 0x804CFB) is known color: Medium Slate Blue. HEX triplet: 80, 4C and FB. RGB value is (128,76,251). Sum of RGB (Red+Green+Blue) = 128+76+251=455 (60% of max value = 765). Red value is 128 (50.39% from 255 or 28.13% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 251 (98.44% from 255 or 55.16% from 455); Max value from RGB is 251 - color contains mainly: blue. Hex color #804CFB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #804CFB is #7FB304. Grayscale: #6E6E6E. Windows color (decimal): -8368901 or 16469120. OLE color: 16469120.
HSL color Cylindrical-coordinate representation of color #804CFB: hue angle of 257.83º degrees, saturation: 0.96, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #804CFB is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 128 | 76 | 251 | - |
| CMYK | 0.49 | 0.70 | 0 | 0.02 |
| HSL | 257.83º | 0.96% | 0.64% | - |
| HSV(B) | 257.83º | 0.7% | 0.98% | - |
| XYZ | 28.9 | 16.72 | 92.97 | - |
| YUV | 111.5 | 206.73 | 139.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 76 | 251 | 0.49 | 0.70 | 0 | 0.02 | 257.83 | 0.96 | 0.64 |
| Hex | 80 | 4C | FB | 31 | 46 | 0 | 2 | 102 | 60 | 40 |
| Octal | 200 | 114 | 373 | 61 | 106 | 0 | 2 | 402 | 140 | 100 |
| Binary | 10000000 | 1001100 | 11111011 | 110001 | 1000110 | 0 | 10 | 100000010 | 1100000 | 1000000 |
Color Harmonies of #804CFB
Complementary color
Monochromatic Colors of #804CFB
Black with #804CFB
Text Example
Text Example
White with #804CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #804CFB; }
p { color: rgb(128,76,251); }
H1.HeaderClassName
{
color: #804CFB;
}
.AnyTagClassName
{
color: #804CFB;
}
</style>
background-color css
<style>
a { background-color: #804CFB; }
a { background-color: rgb(128,76,251); }
div.DivClassName
{
background-color: #804CFB;
}
.BgClassName
{
background-color: #804CFB;
}
</style>
border-color css
<style>
span { border-color: #804CFB; }
span { border-color: rgb(128,76,251); }
td.TdClassName
{
border-color: #804CFB;
}
.TagClassName
{
border-color: #804CFB;
}
</style>