Shades of Medium Slate Blue #825FE1
Tints of Medium Slate Blue #825FE1
RGB
CMYK
RGB Variations
Color information
#825FE1 (or 0x825FE1) is known color: Medium Slate Blue. HEX triplet: 82, 5F and E1. RGB value is (130,95,225). Sum of RGB (Red+Green+Blue) = 130+95+225=450 (59% of max value = 765). Red value is 130 (51.17% from 255 or 28.89% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 225 (88.28% from 255 or 50% from 450); Max value from RGB is 225 - color contains mainly: blue. Hex color #825FE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825FE1 is #7DA01E. Grayscale: #777777. Windows color (decimal): -8232991 or 14770050. OLE color: 14770050.
HSL color Cylindrical-coordinate representation of color #825FE1: hue angle of 256.15º 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 #825FE1 is Cyan = 0.42, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 95 | 225 | - |
| CMYK | 0.42 | 0.58 | 0 | 0.12 |
| HSL | 256.15º | 0.68% | 0.63% | - |
| HSV(B) | 256.15º | 0.58% | 0.88% | - |
| XYZ | 26.89 | 18.37 | 73.36 | - |
| YUV | 120.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 225 | 0.42 | 0.58 | 0 | 0.12 | 256.15 | 0.68 | 0.63 |
| Hex | 82 | 5F | E1 | 2A | 3A | 0 | C | 100 | 44 | 3F |
| Octal | 202 | 137 | 341 | 52 | 72 | 0 | 14 | 400 | 104 | 77 |
| Binary | 10000010 | 1011111 | 11100001 | 101010 | 111010 | 0 | 1100 | 100000000 | 1000100 | 111111 |
Color Harmonies of #825FE1
Complementary color
Monochromatic Colors of #825FE1
Black with #825FE1
Text Example
Text Example
White with #825FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FE1; }
p { color: rgb(130,95,225); }
H1.HeaderClassName
{
color: #825FE1;
}
.AnyTagClassName
{
color: #825FE1;
}
</style>
background-color css
<style>
a { background-color: #825FE1; }
a { background-color: rgb(130,95,225); }
div.DivClassName
{
background-color: #825FE1;
}
.BgClassName
{
background-color: #825FE1;
}
</style>
border-color css
<style>
span { border-color: #825FE1; }
span { border-color: rgb(130,95,225); }
td.TdClassName
{
border-color: #825FE1;
}
.TagClassName
{
border-color: #825FE1;
}
</style>