Shades of Medium Slate Blue #814CF6
Tints of Medium Slate Blue #814CF6
RGB
CMYK
RGB Variations
Color information
#814CF6 (or 0x814CF6) is known color: Medium Slate Blue. HEX triplet: 81, 4C and F6. RGB value is (129,76,246). Sum of RGB (Red+Green+Blue) = 129+76+246=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 76 (30.08% from 255 or 16.85% from 451); Blue value is 246 (96.48% from 255 or 54.55% from 451); Max value from RGB is 246 - color contains mainly: blue. Hex color #814CF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CF6 is #7EB309. Grayscale: #6E6E6E. Windows color (decimal): -8303370 or 16141441. OLE color: 16141441.
HSL color Cylindrical-coordinate representation of color #814CF6: hue angle of 258.71º degrees, saturation: 0.9, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #814CF6 is Cyan = 0.48, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 76 | 246 | - |
| CMYK | 0.48 | 0.69 | 0 | 0.04 |
| HSL | 258.71º | 0.9% | 0.63% | - |
| HSV(B) | 258.71º | 0.69% | 0.96% | - |
| XYZ | 28.27 | 16.49 | 88.88 | - |
| YUV | 111.23 | 204.06 | 140.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 246 | 0.48 | 0.69 | 0 | 0.04 | 258.71 | 0.9 | 0.63 |
| Hex | 81 | 4C | F6 | 30 | 45 | 0 | 4 | 103 | 5A | 3F |
| Octal | 201 | 114 | 366 | 60 | 105 | 0 | 4 | 403 | 132 | 77 |
| Binary | 10000001 | 1001100 | 11110110 | 110000 | 1000101 | 0 | 100 | 100000011 | 1011010 | 111111 |
Color Harmonies of #814CF6
Complementary color
Monochromatic Colors of #814CF6
Black with #814CF6
Text Example
Text Example
White with #814CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814CF6; }
p { color: rgb(129,76,246); }
H1.HeaderClassName
{
color: #814CF6;
}
.AnyTagClassName
{
color: #814CF6;
}
</style>
background-color css
<style>
a { background-color: #814CF6; }
a { background-color: rgb(129,76,246); }
div.DivClassName
{
background-color: #814CF6;
}
.BgClassName
{
background-color: #814CF6;
}
</style>
border-color css
<style>
span { border-color: #814CF6; }
span { border-color: rgb(129,76,246); }
td.TdClassName
{
border-color: #814CF6;
}
.TagClassName
{
border-color: #814CF6;
}
</style>