Shades of Medium Slate Blue #825FE0
Tints of Medium Slate Blue #825FE0
RGB
CMYK
RGB Variations
Color information
#825FE0 (or 0x825FE0) is known color: Medium Slate Blue. HEX triplet: 82, 5F and E0. RGB value is (130,95,224). Sum of RGB (Red+Green+Blue) = 130+95+224=449 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.95% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 224 (87.89% from 255 or 49.89% from 449); Max value from RGB is 224 - color contains mainly: blue. Hex color #825FE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FE0 is #7DA01F. Grayscale: #777777. Windows color (decimal): -8232992 or 14704514. OLE color: 14704514.
HSL color Cylindrical-coordinate representation of color #825FE0: hue angle of 256.28º degrees, saturation: 0.68, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #825FE0 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 95 | 224 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.12 |
| HSL | 256.28º | 0.68% | 0.63% | - |
| HSV(B) | 256.28º | 0.58% | 0.88% | - |
| XYZ | 26.75 | 18.31 | 72.65 | - |
| YUV | 120.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 224 | 0.42 | 0.58 | 0 | 0.12 | 256.28 | 0.68 | 0.63 |
| Hex | 82 | 5F | E0 | 2A | 3A | 0 | C | 100 | 44 | 3F |
| Octal | 202 | 137 | 340 | 52 | 72 | 0 | 14 | 400 | 104 | 77 |
| Binary | 10000010 | 1011111 | 11100000 | 101010 | 111010 | 0 | 1100 | 100000000 | 1000100 | 111111 |
Color Harmonies of #825FE0
Complementary color
Monochromatic Colors of #825FE0
Black with #825FE0
Text Example
Text Example
White with #825FE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FE0; }
p { color: rgb(130,95,224); }
H1.HeaderClassName
{
color: #825FE0;
}
.AnyTagClassName
{
color: #825FE0;
}
</style>
background-color css
<style>
a { background-color: #825FE0; }
a { background-color: rgb(130,95,224); }
div.DivClassName
{
background-color: #825FE0;
}
.BgClassName
{
background-color: #825FE0;
}
</style>
border-color css
<style>
span { border-color: #825FE0; }
span { border-color: rgb(130,95,224); }
td.TdClassName
{
border-color: #825FE0;
}
.TagClassName
{
border-color: #825FE0;
}
</style>