Shades of Medium Slate Blue #814EDF
Tints of Medium Slate Blue #814EDF
RGB
CMYK
RGB Variations
Color information
#814EDF (or 0x814EDF) is known color: Medium Slate Blue. HEX triplet: 81, 4E and DF. RGB value is (129,78,223). Sum of RGB (Red+Green+Blue) = 129+78+223=430 (56% of max value = 765). Red value is 129 (50.78% from 255 or 30% from 430); Green value is 78 (30.86% from 255 or 18.14% from 430); Blue value is 223 (87.5% from 255 or 51.86% from 430); Max value from RGB is 223 - color contains mainly: blue. Hex color #814EDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #814EDF is #7EB120. Grayscale: #6D6D6D. Windows color (decimal): -8302881 or 14634625. OLE color: 14634625.
HSL color Cylindrical-coordinate representation of color #814EDF: hue angle of 261.1º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #814EDF is Cyan = 0.42, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 129 | 78 | 223 | - |
| CMYK | 0.42 | 0.65 | 0 | 0.13 |
| HSL | 261.1º | 0.69% | 0.59% | - |
| HSV(B) | 261.1º | 0.65% | 0.87% | - |
| XYZ | 25.1 | 15.44 | 71.47 | - |
| YUV | 109.78 | 191.9 | 141.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 223 | 0.42 | 0.65 | 0 | 0.13 | 261.1 | 0.69 | 0.59 |
| Hex | 81 | 4E | DF | 2A | 41 | 0 | D | 105 | 45 | 3B |
| Octal | 201 | 116 | 337 | 52 | 101 | 0 | 15 | 405 | 105 | 73 |
| Binary | 10000001 | 1001110 | 11011111 | 101010 | 1000001 | 0 | 1101 | 100000101 | 1000101 | 111011 |
Color Harmonies of #814EDF
Complementary color
Monochromatic Colors of #814EDF
Black with #814EDF
Text Example
Text Example
White with #814EDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EDF; }
p { color: rgb(129,78,223); }
H1.HeaderClassName
{
color: #814EDF;
}
.AnyTagClassName
{
color: #814EDF;
}
</style>
background-color css
<style>
a { background-color: #814EDF; }
a { background-color: rgb(129,78,223); }
div.DivClassName
{
background-color: #814EDF;
}
.BgClassName
{
background-color: #814EDF;
}
</style>
border-color css
<style>
span { border-color: #814EDF; }
span { border-color: rgb(129,78,223); }
td.TdClassName
{
border-color: #814EDF;
}
.TagClassName
{
border-color: #814EDF;
}
</style>