Shades of Medium Slate Blue #814AF6
Tints of Medium Slate Blue #814AF6
RGB
CMYK
RGB Variations
Color information
#814AF6 (or 0x814AF6) is known color: Medium Slate Blue. HEX triplet: 81, 4A and F6. RGB value is (129,74,246). Sum of RGB (Red+Green+Blue) = 129+74+246=449 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.73% from 449); Green value is 74 (29.30% from 255 or 16.48% from 449); Blue value is 246 (96.48% from 255 or 54.79% from 449); Max value from RGB is 246 - color contains mainly: blue. Hex color #814AF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814AF6 is #7EB509. Grayscale: #6D6D6D. Windows color (decimal): -8303882 or 16140929. OLE color: 16140929.
HSL color Cylindrical-coordinate representation of color #814AF6: hue angle of 259.19º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #814AF6 is Cyan = 0.48, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 129 | 74 | 246 | - |
| CMYK | 0.48 | 0.70 | 0 | 0.04 |
| HSL | 259.19º | 0.91% | 0.63% | - |
| HSV(B) | 259.19º | 0.7% | 0.96% | - |
| XYZ | 28.14 | 16.22 | 88.84 | - |
| YUV | 110.05 | 204.72 | 141.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 74 | 246 | 0.48 | 0.70 | 0 | 0.04 | 259.19 | 0.91 | 0.63 |
| Hex | 81 | 4A | F6 | 30 | 46 | 0 | 4 | 103 | 5B | 3F |
| Octal | 201 | 112 | 366 | 60 | 106 | 0 | 4 | 403 | 133 | 77 |
| Binary | 10000001 | 1001010 | 11110110 | 110000 | 1000110 | 0 | 100 | 100000011 | 1011011 | 111111 |
Color Harmonies of #814AF6
Complementary color
Monochromatic Colors of #814AF6
Black with #814AF6
Text Example
Text Example
White with #814AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814AF6; }
p { color: rgb(129,74,246); }
H1.HeaderClassName
{
color: #814AF6;
}
.AnyTagClassName
{
color: #814AF6;
}
</style>
background-color css
<style>
a { background-color: #814AF6; }
a { background-color: rgb(129,74,246); }
div.DivClassName
{
background-color: #814AF6;
}
.BgClassName
{
background-color: #814AF6;
}
</style>
border-color css
<style>
span { border-color: #814AF6; }
span { border-color: rgb(129,74,246); }
td.TdClassName
{
border-color: #814AF6;
}
.TagClassName
{
border-color: #814AF6;
}
</style>