Shades of Medium Slate Blue #814EEF
Tints of Medium Slate Blue #814EEF
RGB
CMYK
RGB Variations
Color information
#814EEF (or 0x814EEF) is known color: Medium Slate Blue. HEX triplet: 81, 4E and EF. RGB value is (129,78,239). Sum of RGB (Red+Green+Blue) = 129+78+239=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 78 (30.86% from 255 or 17.49% from 446); Blue value is 239 (93.75% from 255 or 53.59% from 446); Max value from RGB is 239 - color contains mainly: blue. Hex color #814EEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EEF is #7EB110. Grayscale: #6F6F6F. Windows color (decimal): -8302865 or 15683201. OLE color: 15683201.
HSL color Cylindrical-coordinate representation of color #814EEF: hue angle of 259.01º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814EEF is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 78 | 239 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.06 |
| HSL | 259.01º | 0.83% | 0.62% | - |
| HSV(B) | 259.01º | 0.67% | 0.94% | - |
| XYZ | 27.36 | 16.35 | 83.37 | - |
| YUV | 111.6 | 199.9 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 239 | 0.46 | 0.67 | 0 | 0.06 | 259.01 | 0.83 | 0.62 |
| Hex | 81 | 4E | EF | 2E | 43 | 0 | 6 | 103 | 53 | 3E |
| Octal | 201 | 116 | 357 | 56 | 103 | 0 | 6 | 403 | 123 | 76 |
| Binary | 10000001 | 1001110 | 11101111 | 101110 | 1000011 | 0 | 110 | 100000011 | 1010011 | 111110 |
Color Harmonies of #814EEF
Complementary color
Monochromatic Colors of #814EEF
Black with #814EEF
Text Example
Text Example
White with #814EEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EEF; }
p { color: rgb(129,78,239); }
H1.HeaderClassName
{
color: #814EEF;
}
.AnyTagClassName
{
color: #814EEF;
}
</style>
background-color css
<style>
a { background-color: #814EEF; }
a { background-color: rgb(129,78,239); }
div.DivClassName
{
background-color: #814EEF;
}
.BgClassName
{
background-color: #814EEF;
}
</style>
border-color css
<style>
span { border-color: #814EEF; }
span { border-color: rgb(129,78,239); }
td.TdClassName
{
border-color: #814EEF;
}
.TagClassName
{
border-color: #814EEF;
}
</style>