Shades of Medium Slate Blue #825EE0
Tints of Medium Slate Blue #825EE0
RGB
CMYK
RGB Variations
Color information
#825EE0 (or 0x825EE0) is known color: Medium Slate Blue. HEX triplet: 82, 5E and E0. RGB value is (130,94,224). Sum of RGB (Red+Green+Blue) = 130+94+224=448 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.02% from 448); Green value is 94 (37.11% from 255 or 20.98% from 448); Blue value is 224 (87.89% from 255 or 50% from 448); Max value from RGB is 224 - color contains mainly: blue. Hex color #825EE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825EE0 is #7DA11F. Grayscale: #777777. Windows color (decimal): -8233248 or 14704258. OLE color: 14704258.
HSL color Cylindrical-coordinate representation of color #825EE0: hue angle of 256.62º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825EE0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 94 | 224 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.12 |
| HSL | 256.62º | 0.68% | 0.62% | - |
| HSV(B) | 256.62º | 0.58% | 0.88% | - |
| XYZ | 26.66 | 18.13 | 72.62 | - |
| YUV | 119.58 | 186.93 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 94 | 224 | 0.42 | 0.58 | 0 | 0.12 | 256.62 | 0.68 | 0.62 |
| Hex | 82 | 5E | E0 | 2A | 3A | 0 | C | 101 | 44 | 3E |
| Octal | 202 | 136 | 340 | 52 | 72 | 0 | 14 | 401 | 104 | 76 |
| Binary | 10000010 | 1011110 | 11100000 | 101010 | 111010 | 0 | 1100 | 100000001 | 1000100 | 111110 |
Color Harmonies of #825EE0
Complementary color
Monochromatic Colors of #825EE0
Black with #825EE0
Text Example
Text Example
White with #825EE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825EE0; }
p { color: rgb(130,94,224); }
H1.HeaderClassName
{
color: #825EE0;
}
.AnyTagClassName
{
color: #825EE0;
}
</style>
background-color css
<style>
a { background-color: #825EE0; }
a { background-color: rgb(130,94,224); }
div.DivClassName
{
background-color: #825EE0;
}
.BgClassName
{
background-color: #825EE0;
}
</style>
border-color css
<style>
span { border-color: #825EE0; }
span { border-color: rgb(130,94,224); }
td.TdClassName
{
border-color: #825EE0;
}
.TagClassName
{
border-color: #825EE0;
}
</style>