Shades of Medium Slate Blue #814CFF
Tints of Medium Slate Blue #814CFF
RGB
CMYK
RGB Variations
Color information
#814CFF (or 0x814CFF) is known color: Medium Slate Blue. HEX triplet: 81, 4C and FF. RGB value is (129,76,255). Sum of RGB (Red+Green+Blue) = 129+76+255=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 76 (30.08% from 255 or 16.52% from 460); Blue value is 255 (100% from 255 or 55.43% from 460); Max value from RGB is 255 - color contains mainly: blue. Hex color #814CFF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #814CFF is #7EB300. Grayscale: #6F6F6F. Windows color (decimal): -8303361 or 16731265. OLE color: 16731265.
HSL color Cylindrical-coordinate representation of color #814CFF: hue angle of 257.77º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #814CFF is Cyan = 0.49, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 129 | 76 | 255 | - |
| CMYK | 0.49 | 0.70 | 0 | 0 |
| HSL | 257.77º | 1% | 0.65% | - |
| HSV(B) | 257.77º | 0.7% | 1% | - |
| XYZ | 29.69 | 17.06 | 96.34 | - |
| YUV | 112.25 | 208.56 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 76 | 255 | 0.49 | 0.70 | 0 | 0 | 257.77 | 1 | 0.65 |
| Hex | 81 | 4C | FF | 31 | 46 | 0 | 0 | 102 | 64 | 41 |
| Octal | 201 | 114 | 377 | 61 | 106 | 0 | 0 | 402 | 144 | 101 |
| Binary | 10000001 | 1001100 | 11111111 | 110001 | 1000110 | 0 | 0 | 100000010 | 1100100 | 1000001 |
Color Harmonies of #814CFF
Complementary color
Monochromatic Colors of #814CFF
Black with #814CFF
Text Example
Text Example
White with #814CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #814CFF; }
p { color: rgb(129,76,255); }
H1.HeaderClassName
{
color: #814CFF;
}
.AnyTagClassName
{
color: #814CFF;
}
</style>
background-color css
<style>
a { background-color: #814CFF; }
a { background-color: rgb(129,76,255); }
div.DivClassName
{
background-color: #814CFF;
}
.BgClassName
{
background-color: #814CFF;
}
</style>
border-color css
<style>
span { border-color: #814CFF; }
span { border-color: rgb(129,76,255); }
td.TdClassName
{
border-color: #814CFF;
}
.TagClassName
{
border-color: #814CFF;
}
</style>