Shades of Medium Slate Blue #825DF2
Tints of Medium Slate Blue #825DF2
RGB
CMYK
RGB Variations
Color information
#825DF2 (or 0x825DF2) is known color: Medium Slate Blue. HEX triplet: 82, 5D and F2. RGB value is (130,93,242). Sum of RGB (Red+Green+Blue) = 130+93+242=465 (61% of max value = 765). Red value is 130 (51.17% from 255 or 27.96% from 465); Green value is 93 (36.72% from 255 or 20% from 465); Blue value is 242 (94.92% from 255 or 52.04% from 465); Max value from RGB is 242 - color contains mainly: blue. Hex color #825DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825DF2 is #7DA20D. Grayscale: #787878. Windows color (decimal): -8233486 or 15883650. OLE color: 15883650.
HSL color Cylindrical-coordinate representation of color #825DF2: hue angle of 254.9º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825DF2 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 93 | 242 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.05 |
| HSL | 254.9º | 0.85% | 0.66% | - |
| HSV(B) | 254.9º | 0.62% | 0.95% | - |
| XYZ | 29.15 | 18.99 | 86.13 | - |
| YUV | 121.05 | 196.26 | 134.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 93 | 242 | 0.46 | 0.62 | 0 | 0.05 | 254.9 | 0.85 | 0.66 |
| Hex | 82 | 5D | F2 | 2E | 3E | 0 | 5 | FF | 55 | 42 |
| Octal | 202 | 135 | 362 | 56 | 76 | 0 | 5 | 377 | 125 | 102 |
| Binary | 10000010 | 1011101 | 11110010 | 101110 | 111110 | 0 | 101 | 11111111 | 1010101 | 1000010 |
Color Harmonies of #825DF2
Complementary color
Monochromatic Colors of #825DF2
Black with #825DF2
Text Example
Text Example
White with #825DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825DF2; }
p { color: rgb(130,93,242); }
H1.HeaderClassName
{
color: #825DF2;
}
.AnyTagClassName
{
color: #825DF2;
}
</style>
background-color css
<style>
a { background-color: #825DF2; }
a { background-color: rgb(130,93,242); }
div.DivClassName
{
background-color: #825DF2;
}
.BgClassName
{
background-color: #825DF2;
}
</style>
border-color css
<style>
span { border-color: #825DF2; }
span { border-color: rgb(130,93,242); }
td.TdClassName
{
border-color: #825DF2;
}
.TagClassName
{
border-color: #825DF2;
}
</style>