Shades of Medium Slate Blue #825AF2
Tints of Medium Slate Blue #825AF2
RGB
CMYK
RGB Variations
Color information
#825AF2 (or 0x825AF2) is known color: Medium Slate Blue. HEX triplet: 82, 5A and F2. RGB value is (130,90,242). Sum of RGB (Red+Green+Blue) = 130+90+242=462 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.14% from 462); Green value is 90 (35.55% from 255 or 19.48% from 462); Blue value is 242 (94.92% from 255 or 52.38% from 462); Max value from RGB is 242 - color contains mainly: blue. Hex color #825AF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825AF2 is #7DA50D. Grayscale: #767676. Windows color (decimal): -8234254 or 15882882. OLE color: 15882882.
HSL color Cylindrical-coordinate representation of color #825AF2: hue angle of 255.79º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #825AF2 is Cyan = 0.46, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 130 | 90 | 242 | - |
| CMYK | 0.46 | 0.63 | 0 | 0.05 |
| HSL | 255.79º | 0.85% | 0.65% | - |
| HSV(B) | 255.79º | 0.63% | 0.95% | - |
| XYZ | 28.89 | 18.47 | 86.05 | - |
| YUV | 119.29 | 197.25 | 135.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 90 | 242 | 0.46 | 0.63 | 0 | 0.05 | 255.79 | 0.85 | 0.65 |
| Hex | 82 | 5A | F2 | 2E | 3F | 0 | 5 | 100 | 55 | 41 |
| Octal | 202 | 132 | 362 | 56 | 77 | 0 | 5 | 400 | 125 | 101 |
| Binary | 10000010 | 1011010 | 11110010 | 101110 | 111111 | 0 | 101 | 100000000 | 1010101 | 1000001 |
Color Harmonies of #825AF2
Complementary color
Monochromatic Colors of #825AF2
Black with #825AF2
Text Example
Text Example
White with #825AF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825AF2; }
p { color: rgb(130,90,242); }
H1.HeaderClassName
{
color: #825AF2;
}
.AnyTagClassName
{
color: #825AF2;
}
</style>
background-color css
<style>
a { background-color: #825AF2; }
a { background-color: rgb(130,90,242); }
div.DivClassName
{
background-color: #825AF2;
}
.BgClassName
{
background-color: #825AF2;
}
</style>
border-color css
<style>
span { border-color: #825AF2; }
span { border-color: rgb(130,90,242); }
td.TdClassName
{
border-color: #825AF2;
}
.TagClassName
{
border-color: #825AF2;
}
</style>