Shades of Medium Slate Blue #825BF2
Tints of Medium Slate Blue #825BF2
RGB
CMYK
RGB Variations
Color information
#825BF2 (or 0x825BF2) is known color: Medium Slate Blue. HEX triplet: 82, 5B and F2. RGB value is (130,91,242). Sum of RGB (Red+Green+Blue) = 130+91+242=463 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.08% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 242 (94.92% from 255 or 52.27% from 463); Max value from RGB is 242 - color contains mainly: blue. Hex color #825BF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825BF2 is #7DA40D. Grayscale: #777777. Windows color (decimal): -8233998 or 15883138. OLE color: 15883138.
HSL color Cylindrical-coordinate representation of color #825BF2: hue angle of 255.5º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825BF2 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 91 | 242 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.05 |
| HSL | 255.5º | 0.85% | 0.65% | - |
| HSV(B) | 255.5º | 0.62% | 0.95% | - |
| XYZ | 28.97 | 18.64 | 86.07 | - |
| YUV | 119.88 | 196.92 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 91 | 242 | 0.46 | 0.62 | 0 | 0.05 | 255.5 | 0.85 | 0.65 |
| Hex | 82 | 5B | F2 | 2E | 3E | 0 | 5 | FF | 55 | 41 |
| Octal | 202 | 133 | 362 | 56 | 76 | 0 | 5 | 377 | 125 | 101 |
| Binary | 10000010 | 1011011 | 11110010 | 101110 | 111110 | 0 | 101 | 11111111 | 1010101 | 1000001 |
Color Harmonies of #825BF2
Complementary color
Monochromatic Colors of #825BF2
Black with #825BF2
Text Example
Text Example
White with #825BF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825BF2; }
p { color: rgb(130,91,242); }
H1.HeaderClassName
{
color: #825BF2;
}
.AnyTagClassName
{
color: #825BF2;
}
</style>
background-color css
<style>
a { background-color: #825BF2; }
a { background-color: rgb(130,91,242); }
div.DivClassName
{
background-color: #825BF2;
}
.BgClassName
{
background-color: #825BF2;
}
</style>
border-color css
<style>
span { border-color: #825BF2; }
span { border-color: rgb(130,91,242); }
td.TdClassName
{
border-color: #825BF2;
}
.TagClassName
{
border-color: #825BF2;
}
</style>