Shades of Medium Slate Blue #814EEA
Tints of Medium Slate Blue #814EEA
RGB
CMYK
RGB Variations
Color information
#814EEA (or 0x814EEA) is known color: Medium Slate Blue. HEX triplet: 81, 4E and EA. RGB value is (129,78,234). Sum of RGB (Red+Green+Blue) = 129+78+234=441 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.25% from 441); Green value is 78 (30.86% from 255 or 17.69% from 441); Blue value is 234 (91.80% from 255 or 53.06% from 441); Max value from RGB is 234 - color contains mainly: blue. Hex color #814EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EEA is #7EB115. Grayscale: #6E6E6E. Windows color (decimal): -8302870 or 15355521. OLE color: 15355521.
HSL color Cylindrical-coordinate representation of color #814EEA: hue angle of 259.62º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814EEA is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 129 | 78 | 234 | - |
| CMYK | 0.45 | 0.67 | 0 | 0.08 |
| HSL | 259.62º | 0.79% | 0.61% | - |
| HSV(B) | 259.62º | 0.67% | 0.92% | - |
| XYZ | 26.63 | 16.06 | 79.54 | - |
| YUV | 111.03 | 197.4 | 140.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 234 | 0.45 | 0.67 | 0 | 0.08 | 259.62 | 0.79 | 0.61 |
| Hex | 81 | 4E | EA | 2D | 43 | 0 | 8 | 104 | 4F | 3D |
| Octal | 201 | 116 | 352 | 55 | 103 | 0 | 10 | 404 | 117 | 75 |
| Binary | 10000001 | 1001110 | 11101010 | 101101 | 1000011 | 0 | 1000 | 100000100 | 1001111 | 111101 |
Color Harmonies of #814EEA
Complementary color
Monochromatic Colors of #814EEA
Black with #814EEA
Text Example
Text Example
White with #814EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EEA; }
p { color: rgb(129,78,234); }
H1.HeaderClassName
{
color: #814EEA;
}
.AnyTagClassName
{
color: #814EEA;
}
</style>
background-color css
<style>
a { background-color: #814EEA; }
a { background-color: rgb(129,78,234); }
div.DivClassName
{
background-color: #814EEA;
}
.BgClassName
{
background-color: #814EEA;
}
</style>
border-color css
<style>
span { border-color: #814EEA; }
span { border-color: rgb(129,78,234); }
td.TdClassName
{
border-color: #814EEA;
}
.TagClassName
{
border-color: #814EEA;
}
</style>