Shades of Medium Slate Blue #814EFA
Tints of Medium Slate Blue #814EFA
RGB
CMYK
RGB Variations
Color information
#814EFA (or 0x814EFA) is known color: Medium Slate Blue. HEX triplet: 81, 4E and FA. RGB value is (129,78,250). Sum of RGB (Red+Green+Blue) = 129+78+250=457 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.23% from 457); Green value is 78 (30.86% from 255 or 17.07% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #814EFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814EFA is #7EB105. Grayscale: #707070. Windows color (decimal): -8302854 or 16404097. OLE color: 16404097.
HSL color Cylindrical-coordinate representation of color #814EFA: hue angle of 257.79º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814EFA is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 129 | 78 | 250 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.02 |
| HSL | 257.79º | 0.95% | 0.64% | - |
| HSV(B) | 257.79º | 0.69% | 0.98% | - |
| XYZ | 29.03 | 17.02 | 92.2 | - |
| YUV | 112.86 | 205.4 | 139.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 78 | 250 | 0.48 | 0.69 | 0 | 0.02 | 257.79 | 0.95 | 0.64 |
| Hex | 81 | 4E | FA | 30 | 45 | 0 | 2 | 102 | 5F | 40 |
| Octal | 201 | 116 | 372 | 60 | 105 | 0 | 2 | 402 | 137 | 100 |
| Binary | 10000001 | 1001110 | 11111010 | 110000 | 1000101 | 0 | 10 | 100000010 | 1011111 | 1000000 |
Color Harmonies of #814EFA
Complementary color
Monochromatic Colors of #814EFA
Black with #814EFA
Text Example
Text Example
White with #814EFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814EFA; }
p { color: rgb(129,78,250); }
H1.HeaderClassName
{
color: #814EFA;
}
.AnyTagClassName
{
color: #814EFA;
}
</style>
background-color css
<style>
a { background-color: #814EFA; }
a { background-color: rgb(129,78,250); }
div.DivClassName
{
background-color: #814EFA;
}
.BgClassName
{
background-color: #814EFA;
}
</style>
border-color css
<style>
span { border-color: #814EFA; }
span { border-color: rgb(129,78,250); }
td.TdClassName
{
border-color: #814EFA;
}
.TagClassName
{
border-color: #814EFA;
}
</style>