Shades of Medium Slate Blue #816CE2
Tints of Medium Slate Blue #816CE2
RGB
CMYK
RGB Variations
Color information
#816CE2 (or 0x816CE2) is known color: Medium Slate Blue. HEX triplet: 81, 6C and E2. RGB value is (129,108,226). Sum of RGB (Red+Green+Blue) = 129+108+226=463 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.86% from 463); Green value is 108 (42.58% from 255 or 23.33% from 463); Blue value is 226 (88.67% from 255 or 48.81% from 463); Max value from RGB is 226 - color contains mainly: blue. Hex color #816CE2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CE2 is #7E931D. Grayscale: #7F7F7F. Windows color (decimal): -8295198 or 14838913. OLE color: 14838913.
HSL color Cylindrical-coordinate representation of color #816CE2: hue angle of 250.68º degrees, saturation: 0.67, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #816CE2 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 129 | 108 | 226 | - |
| CMYK | 0.43 | 0.52 | 0 | 0.11 |
| HSL | 250.68º | 0.67% | 0.65% | - |
| HSV(B) | 250.68º | 0.52% | 0.89% | - |
| XYZ | 28.14 | 20.88 | 74.5 | - |
| YUV | 127.73 | 183.46 | 128.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 226 | 0.43 | 0.52 | 0 | 0.11 | 250.68 | 0.67 | 0.65 |
| Hex | 81 | 6C | E2 | 2B | 34 | 0 | B | FB | 43 | 41 |
| Octal | 201 | 154 | 342 | 53 | 64 | 0 | 13 | 373 | 103 | 101 |
| Binary | 10000001 | 1101100 | 11100010 | 101011 | 110100 | 0 | 1011 | 11111011 | 1000011 | 1000001 |
Color Harmonies of #816CE2
Complementary color
Monochromatic Colors of #816CE2
Black with #816CE2
Text Example
Text Example
White with #816CE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816CE2; }
p { color: rgb(129,108,226); }
H1.HeaderClassName
{
color: #816CE2;
}
.AnyTagClassName
{
color: #816CE2;
}
</style>
background-color css
<style>
a { background-color: #816CE2; }
a { background-color: rgb(129,108,226); }
div.DivClassName
{
background-color: #816CE2;
}
.BgClassName
{
background-color: #816CE2;
}
</style>
border-color css
<style>
span { border-color: #816CE2; }
span { border-color: rgb(129,108,226); }
td.TdClassName
{
border-color: #816CE2;
}
.TagClassName
{
border-color: #816CE2;
}
</style>