Shades of Medium Slate Blue #825CF2
Tints of Medium Slate Blue #825CF2
RGB
CMYK
RGB Variations
Color information
#825CF2 (or 0x825CF2) is known color: Medium Slate Blue. HEX triplet: 82, 5C and F2. RGB value is (130,92,242). Sum of RGB (Red+Green+Blue) = 130+92+242=464 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.02% from 464); Green value is 92 (36.33% from 255 or 19.83% from 464); Blue value is 242 (94.92% from 255 or 52.16% from 464); Max value from RGB is 242 - color contains mainly: blue. Hex color #825CF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CF2 is #7DA30D. Grayscale: #777777. Windows color (decimal): -8233742 or 15883394. OLE color: 15883394.
HSL color Cylindrical-coordinate representation of color #825CF2: hue angle of 255.2º 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 #825CF2 is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 92 | 242 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.05 |
| HSL | 255.2º | 0.85% | 0.65% | - |
| HSV(B) | 255.2º | 0.62% | 0.95% | - |
| XYZ | 29.06 | 18.81 | 86.1 | - |
| YUV | 120.46 | 196.59 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 242 | 0.46 | 0.62 | 0 | 0.05 | 255.2 | 0.85 | 0.65 |
| Hex | 82 | 5C | F2 | 2E | 3E | 0 | 5 | FF | 55 | 41 |
| Octal | 202 | 134 | 362 | 56 | 76 | 0 | 5 | 377 | 125 | 101 |
| Binary | 10000010 | 1011100 | 11110010 | 101110 | 111110 | 0 | 101 | 11111111 | 1010101 | 1000001 |
Color Harmonies of #825CF2
Complementary color
Monochromatic Colors of #825CF2
Black with #825CF2
Text Example
Text Example
White with #825CF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CF2; }
p { color: rgb(130,92,242); }
H1.HeaderClassName
{
color: #825CF2;
}
.AnyTagClassName
{
color: #825CF2;
}
</style>
background-color css
<style>
a { background-color: #825CF2; }
a { background-color: rgb(130,92,242); }
div.DivClassName
{
background-color: #825CF2;
}
.BgClassName
{
background-color: #825CF2;
}
</style>
border-color css
<style>
span { border-color: #825CF2; }
span { border-color: rgb(130,92,242); }
td.TdClassName
{
border-color: #825CF2;
}
.TagClassName
{
border-color: #825CF2;
}
</style>