Shades of Medium Slate Blue #825FF0
Tints of Medium Slate Blue #825FF0
RGB
CMYK
RGB Variations
Color information
#825FF0 (or 0x825FF0) is known color: Medium Slate Blue. HEX triplet: 82, 5F and F0. RGB value is (130,95,240). Sum of RGB (Red+Green+Blue) = 130+95+240=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 95 (37.5% from 255 or 20.43% from 465); Blue value is 240 (94.14% from 255 or 51.61% from 465); Max value from RGB is 240 - color contains mainly: blue. Hex color #825FF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825FF0 is #7DA00F. Grayscale: #797979. Windows color (decimal): -8232976 or 15753090. OLE color: 15753090.
HSL color Cylindrical-coordinate representation of color #825FF0: hue angle of 254.48º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825FF0 is Cyan = 0.46, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 95 | 240 | - |
| CMYK | 0.46 | 0.60 | 0 | 0.06 |
| HSL | 254.48º | 0.83% | 0.66% | - |
| HSV(B) | 254.48º | 0.6% | 0.94% | - |
| XYZ | 29.03 | 19.22 | 84.62 | - |
| YUV | 122 | 194.6 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 95 | 240 | 0.46 | 0.60 | 0 | 0.06 | 254.48 | 0.83 | 0.66 |
| Hex | 82 | 5F | F0 | 2E | 3C | 0 | 6 | FE | 53 | 42 |
| Octal | 202 | 137 | 360 | 56 | 74 | 0 | 6 | 376 | 123 | 102 |
| Binary | 10000010 | 1011111 | 11110000 | 101110 | 111100 | 0 | 110 | 11111110 | 1010011 | 1000010 |
Color Harmonies of #825FF0
Complementary color
Monochromatic Colors of #825FF0
Black with #825FF0
Text Example
Text Example
White with #825FF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825FF0; }
p { color: rgb(130,95,240); }
H1.HeaderClassName
{
color: #825FF0;
}
.AnyTagClassName
{
color: #825FF0;
}
</style>
background-color css
<style>
a { background-color: #825FF0; }
a { background-color: rgb(130,95,240); }
div.DivClassName
{
background-color: #825FF0;
}
.BgClassName
{
background-color: #825FF0;
}
</style>
border-color css
<style>
span { border-color: #825FF0; }
span { border-color: rgb(130,95,240); }
td.TdClassName
{
border-color: #825FF0;
}
.TagClassName
{
border-color: #825FF0;
}
</style>