Shades of Medium Slate Blue #825ADE
Tints of Medium Slate Blue #825ADE
RGB
CMYK
RGB Variations
Color information
#825ADE (or 0x825ADE) is known color: Medium Slate Blue. HEX triplet: 82, 5A and DE. RGB value is (130,90,222). Sum of RGB (Red+Green+Blue) = 130+90+222=442 (58% of max value = 765). Red value is 130 (51.17% from 255 or 29.41% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 222 (87.11% from 255 or 50.23% from 442); Max value from RGB is 222 - color contains mainly: blue. Hex color #825ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825ADE is #7DA521. Grayscale: #747474. Windows color (decimal): -8234274 or 14572162. OLE color: 14572162.
HSL color Cylindrical-coordinate representation of color #825ADE: hue angle of 258.18º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825ADE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 130 | 90 | 222 | - |
| CMYK | 0.41 | 0.59 | 0 | 0.13 |
| HSL | 258.18º | 0.67% | 0.61% | - |
| HSV(B) | 258.18º | 0.59% | 0.87% | - |
| XYZ | 26.05 | 17.33 | 71.08 | - |
| YUV | 117.01 | 187.25 | 137.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 222 | 0.41 | 0.59 | 0 | 0.13 | 258.18 | 0.67 | 0.61 |
| Hex | 82 | 5A | DE | 29 | 3B | 0 | D | 102 | 43 | 3D |
| Octal | 202 | 132 | 336 | 51 | 73 | 0 | 15 | 402 | 103 | 75 |
| Binary | 10000010 | 1011010 | 11011110 | 101001 | 111011 | 0 | 1101 | 100000010 | 1000011 | 111101 |
Color Harmonies of #825ADE
Complementary color
Monochromatic Colors of #825ADE
Black with #825ADE
Text Example
Text Example
White with #825ADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825ADE; }
p { color: rgb(130,90,222); }
H1.HeaderClassName
{
color: #825ADE;
}
.AnyTagClassName
{
color: #825ADE;
}
</style>
background-color css
<style>
a { background-color: #825ADE; }
a { background-color: rgb(130,90,222); }
div.DivClassName
{
background-color: #825ADE;
}
.BgClassName
{
background-color: #825ADE;
}
</style>
border-color css
<style>
span { border-color: #825ADE; }
span { border-color: rgb(130,90,222); }
td.TdClassName
{
border-color: #825ADE;
}
.TagClassName
{
border-color: #825ADE;
}
</style>