Shades of Medium Slate Blue #814CED
Tints of Medium Slate Blue #814CED
RGB
CMYK
RGB Variations
Color information
#814CED (or 0x814CED) is known color: Medium Slate Blue. HEX triplet: 81, 4C and ED. RGB value is (129,76,237). Sum of RGB (Red+Green+Blue) = 129+76+237=442 (58% of max value = 765). Red value is 129 (50.78% from 255 or 29.19% from 442); Green value is 76 (30.08% from 255 or 17.19% from 442); Blue value is 237 (92.97% from 255 or 53.62% from 442); Max value from RGB is 237 - color contains mainly: blue. Hex color #814CED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CED is #7EB312. Grayscale: #6D6D6D. Windows color (decimal): -8303379 or 15551617. OLE color: 15551617.
HSL color Cylindrical-coordinate representation of color #814CED: hue angle of 259.75º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #814CED is Cyan = 0.46, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 129 | 76 | 237 | - |
| CMYK | 0.46 | 0.68 | 0 | 0.07 |
| HSL | 259.75º | 0.82% | 0.61% | - |
| HSV(B) | 259.75º | 0.68% | 0.93% | - |
| XYZ | 26.92 | 15.95 | 81.78 | - |
| YUV | 110.2 | 199.56 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 237 | 0.46 | 0.68 | 0 | 0.07 | 259.75 | 0.82 | 0.61 |
| Hex | 81 | 4C | ED | 2E | 44 | 0 | 7 | 104 | 52 | 3D |
| Octal | 201 | 114 | 355 | 56 | 104 | 0 | 7 | 404 | 122 | 75 |
| Binary | 10000001 | 1001100 | 11101101 | 101110 | 1000100 | 0 | 111 | 100000100 | 1010010 | 111101 |
Color Harmonies of #814CED
Complementary color
Monochromatic Colors of #814CED
Black with #814CED
Text Example
Text Example
White with #814CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814CED; }
p { color: rgb(129,76,237); }
H1.HeaderClassName
{
color: #814CED;
}
.AnyTagClassName
{
color: #814CED;
}
</style>
background-color css
<style>
a { background-color: #814CED; }
a { background-color: rgb(129,76,237); }
div.DivClassName
{
background-color: #814CED;
}
.BgClassName
{
background-color: #814CED;
}
</style>
border-color css
<style>
span { border-color: #814CED; }
span { border-color: rgb(129,76,237); }
td.TdClassName
{
border-color: #814CED;
}
.TagClassName
{
border-color: #814CED;
}
</style>