Shades of Medium Slate Blue #814AEF
Tints of Medium Slate Blue #814AEF
RGB
CMYK
RGB Variations
Color information
#814AEF (or 0x814AEF) is known color: Medium Slate Blue. HEX triplet: 81, 4A and EF. RGB value is (129,74,239). Sum of RGB (Red+Green+Blue) = 129+74+239=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 74 (29.30% from 255 or 16.74% from 442); Blue value is 239 (93.75% from 255 or 54.07% from 442); Max value from RGB is 239 - color contains mainly: blue. Hex color #814AEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814AEF is #7EB510. Grayscale: #6C6C6C. Windows color (decimal): -8303889 or 15682177. OLE color: 15682177.
HSL color Cylindrical-coordinate representation of color #814AEF: hue angle of 260º degrees, saturation: 0.84, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814AEF is Cyan = 0.46, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 74 | 239 | - |
| CMYK | 0.46 | 0.69 | 0 | 0.06 |
| HSL | 260º | 0.84% | 0.61% | - |
| HSV(B) | 260º | 0.69% | 0.94% | - |
| XYZ | 27.08 | 15.8 | 83.28 | - |
| YUV | 109.26 | 201.22 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 239 | 0.46 | 0.69 | 0 | 0.06 | 260 | 0.84 | 0.61 |
| Hex | 81 | 4A | EF | 2E | 45 | 0 | 6 | 104 | 54 | 3D |
| Octal | 201 | 112 | 357 | 56 | 105 | 0 | 6 | 404 | 124 | 75 |
| Binary | 10000001 | 1001010 | 11101111 | 101110 | 1000101 | 0 | 110 | 100000100 | 1010100 | 111101 |
Color Harmonies of #814AEF
Complementary color
Monochromatic Colors of #814AEF
Black with #814AEF
Text Example
Text Example
White with #814AEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814AEF; }
p { color: rgb(129,74,239); }
H1.HeaderClassName
{
color: #814AEF;
}
.AnyTagClassName
{
color: #814AEF;
}
</style>
background-color css
<style>
a { background-color: #814AEF; }
a { background-color: rgb(129,74,239); }
div.DivClassName
{
background-color: #814AEF;
}
.BgClassName
{
background-color: #814AEF;
}
</style>
border-color css
<style>
span { border-color: #814AEF; }
span { border-color: rgb(129,74,239); }
td.TdClassName
{
border-color: #814AEF;
}
.TagClassName
{
border-color: #814AEF;
}
</style>