Shades of Medium Slate Blue #816CE5
Tints of Medium Slate Blue #816CE5
RGB
CMYK
RGB Variations
Color information
#816CE5 (or 0x816CE5) is known color: Medium Slate Blue. HEX triplet: 81, 6C and E5. RGB value is (129,108,229). Sum of RGB (Red+Green+Blue) = 129+108+229=466 (61% of max value = 765). Red value is 129 (50.78% from 255 or 27.68% from 466); Green value is 108 (42.58% from 255 or 23.18% from 466); Blue value is 229 (89.84% from 255 or 49.14% from 466); Max value from RGB is 229 - color contains mainly: blue. Hex color #816CE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816CE5 is #7E931A. Grayscale: #7F7F7F. Windows color (decimal): -8295195 or 15035521. OLE color: 15035521.
HSL color Cylindrical-coordinate representation of color #816CE5: hue angle of 250.41º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #816CE5 is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 129 | 108 | 229 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.10 |
| HSL | 250.41º | 0.7% | 0.66% | - |
| HSV(B) | 250.41º | 0.53% | 0.9% | - |
| XYZ | 28.56 | 21.05 | 76.69 | - |
| YUV | 128.07 | 184.96 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 108 | 229 | 0.44 | 0.53 | 0 | 0.10 | 250.41 | 0.7 | 0.66 |
| Hex | 81 | 6C | E5 | 2C | 35 | 0 | A | FA | 46 | 42 |
| Octal | 201 | 154 | 345 | 54 | 65 | 0 | 12 | 372 | 106 | 102 |
| Binary | 10000001 | 1101100 | 11100101 | 101100 | 110101 | 0 | 1010 | 11111010 | 1000110 | 1000010 |
Color Harmonies of #816CE5
Complementary color
Monochromatic Colors of #816CE5
Black with #816CE5
Text Example
Text Example
White with #816CE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #816CE5; }
p { color: rgb(129,108,229); }
H1.HeaderClassName
{
color: #816CE5;
}
.AnyTagClassName
{
color: #816CE5;
}
</style>
background-color css
<style>
a { background-color: #816CE5; }
a { background-color: rgb(129,108,229); }
div.DivClassName
{
background-color: #816CE5;
}
.BgClassName
{
background-color: #816CE5;
}
</style>
border-color css
<style>
span { border-color: #816CE5; }
span { border-color: rgb(129,108,229); }
td.TdClassName
{
border-color: #816CE5;
}
.TagClassName
{
border-color: #816CE5;
}
</style>