Shades of Medium Slate Blue #816BE0
Tints of Medium Slate Blue #816BE0
RGB
CMYK
RGB Variations
Color information
#816BE0 (or 0x816BE0) is known color: Medium Slate Blue. HEX triplet: 81, 6B and E0. RGB value is (129,107,224). Sum of RGB (Red+Green+Blue) = 129+107+224=460 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.04% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 224 (87.89% from 255 or 48.70% from 460); Max value from RGB is 224 - color contains mainly: blue. Hex color #816BE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816BE0 is #7E941F. Grayscale: #7E7E7E. Windows color (decimal): -8295456 or 14707585. OLE color: 14707585.
HSL color Cylindrical-coordinate representation of color #816BE0: hue angle of 251.28º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816BE0 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 129 | 107 | 224 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.12 |
| HSL | 251.28º | 0.65% | 0.65% | - |
| HSV(B) | 251.28º | 0.52% | 0.88% | - |
| XYZ | 27.77 | 20.56 | 73.03 | - |
| YUV | 126.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 107 | 224 | 0.42 | 0.52 | 0 | 0.12 | 251.28 | 0.65 | 0.65 |
| Hex | 81 | 6B | E0 | 2A | 34 | 0 | C | FB | 41 | 41 |
| Octal | 201 | 153 | 340 | 52 | 64 | 0 | 14 | 373 | 101 | 101 |
| Binary | 10000001 | 1101011 | 11100000 | 101010 | 110100 | 0 | 1100 | 11111011 | 1000001 | 1000001 |
Color Harmonies of #816BE0
Complementary color
Monochromatic Colors of #816BE0
Black with #816BE0
Text Example
Text Example
White with #816BE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816BE0; }
p { color: rgb(129,107,224); }
H1.HeaderClassName
{
color: #816BE0;
}
.AnyTagClassName
{
color: #816BE0;
}
</style>
background-color css
<style>
a { background-color: #816BE0; }
a { background-color: rgb(129,107,224); }
div.DivClassName
{
background-color: #816BE0;
}
.BgClassName
{
background-color: #816BE0;
}
</style>
border-color css
<style>
span { border-color: #816BE0; }
span { border-color: rgb(129,107,224); }
td.TdClassName
{
border-color: #816BE0;
}
.TagClassName
{
border-color: #816BE0;
}
</style>