Shades of Medium Slate Blue #814EF4
Tints of Medium Slate Blue #814EF4
RGB
CMYK
RGB Variations
Color information
#814EF4 (or 0x814EF4) is known color: Medium Slate Blue. HEX triplet: 81, 4E and F4. RGB value is (129,78,244). Sum of RGB (Red+Green+Blue) = 129+78+244=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 78 (30.86% from 255 or 17.29% from 451); Blue value is 244 (95.70% from 255 or 54.10% from 451); Max value from RGB is 244 - color contains mainly: blue. Hex color #814EF4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EF4 is #7EB10B. Grayscale: #6F6F6F. Windows color (decimal): -8302860 or 16010881. OLE color: 16010881.
HSL color Cylindrical-coordinate representation of color #814EF4: hue angle of 258.43º degrees, saturation: 0.88, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #814EF4 is Cyan = 0.47, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 78 | 244 | - |
| CMYK | 0.47 | 0.68 | 0 | 0.04 |
| HSL | 258.43º | 0.88% | 0.63% | - |
| HSV(B) | 258.43º | 0.68% | 0.96% | - |
| XYZ | 28.11 | 16.65 | 87.32 | - |
| YUV | 112.17 | 202.4 | 140 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 244 | 0.47 | 0.68 | 0 | 0.04 | 258.43 | 0.88 | 0.63 |
| Hex | 81 | 4E | F4 | 2F | 44 | 0 | 4 | 102 | 58 | 3F |
| Octal | 201 | 116 | 364 | 57 | 104 | 0 | 4 | 402 | 130 | 77 |
| Binary | 10000001 | 1001110 | 11110100 | 101111 | 1000100 | 0 | 100 | 100000010 | 1011000 | 111111 |
Color Harmonies of #814EF4
Complementary color
Monochromatic Colors of #814EF4
Black with #814EF4
Text Example
Text Example
White with #814EF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EF4; }
p { color: rgb(129,78,244); }
H1.HeaderClassName
{
color: #814EF4;
}
.AnyTagClassName
{
color: #814EF4;
}
</style>
background-color css
<style>
a { background-color: #814EF4; }
a { background-color: rgb(129,78,244); }
div.DivClassName
{
background-color: #814EF4;
}
.BgClassName
{
background-color: #814EF4;
}
</style>
border-color css
<style>
span { border-color: #814EF4; }
span { border-color: rgb(129,78,244); }
td.TdClassName
{
border-color: #814EF4;
}
.TagClassName
{
border-color: #814EF4;
}
</style>