Shades of Medium Slate Blue #814FF0
Tints of Medium Slate Blue #814FF0
RGB
CMYK
RGB Variations
Color information
#814FF0 (or 0x814FF0) is known color: Medium Slate Blue. HEX triplet: 81, 4F and F0. RGB value is (129,79,240). Sum of RGB (Red+Green+Blue) = 129+79+240=448 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.79% from 448); Green value is 79 (31.25% from 255 or 17.63% from 448); Blue value is 240 (94.14% from 255 or 53.57% from 448); Max value from RGB is 240 - color contains mainly: blue. Hex color #814FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #814FF0 is #7EB00F. Grayscale: #6F6F6F. Windows color (decimal): -8302608 or 15748993. OLE color: 15748993.
HSL color Cylindrical-coordinate representation of color #814FF0: hue angle of 258.63º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #814FF0 is Cyan = 0.46, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 129 | 79 | 240 | - |
| CMYK | 0.46 | 0.67 | 0 | 0.06 |
| HSL | 258.63º | 0.84% | 0.63% | - |
| HSV(B) | 258.63º | 0.67% | 0.94% | - |
| XYZ | 27.58 | 16.55 | 84.18 | - |
| YUV | 112.3 | 200.07 | 139.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 79 | 240 | 0.46 | 0.67 | 0 | 0.06 | 258.63 | 0.84 | 0.63 |
| Hex | 81 | 4F | F0 | 2E | 43 | 0 | 6 | 103 | 54 | 3F |
| Octal | 201 | 117 | 360 | 56 | 103 | 0 | 6 | 403 | 124 | 77 |
| Binary | 10000001 | 1001111 | 11110000 | 101110 | 1000011 | 0 | 110 | 100000011 | 1010100 | 111111 |
Color Harmonies of #814FF0
Complementary color
Monochromatic Colors of #814FF0
Black with #814FF0
Text Example
Text Example
White with #814FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814FF0; }
p { color: rgb(129,79,240); }
H1.HeaderClassName
{
color: #814FF0;
}
.AnyTagClassName
{
color: #814FF0;
}
</style>
background-color css
<style>
a { background-color: #814FF0; }
a { background-color: rgb(129,79,240); }
div.DivClassName
{
background-color: #814FF0;
}
.BgClassName
{
background-color: #814FF0;
}
</style>
border-color css
<style>
span { border-color: #814FF0; }
span { border-color: rgb(129,79,240); }
td.TdClassName
{
border-color: #814FF0;
}
.TagClassName
{
border-color: #814FF0;
}
</style>