Shades of Medium Slate Blue #825CE0
Tints of Medium Slate Blue #825CE0
RGB
CMYK
RGB Variations
Color information
#825CE0 (or 0x825CE0) is known color: Medium Slate Blue. HEX triplet: 82, 5C and E0. RGB value is (130,92,224). Sum of RGB (Red+Green+Blue) = 130+92+224=446 (59% of max value = 765). Red value is 130 (51.17% from 255 or 29.15% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 224 (87.89% from 255 or 50.22% from 446); Max value from RGB is 224 - color contains mainly: blue. Hex color #825CE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #825CE0 is #7DA31F. Grayscale: #757575. Windows color (decimal): -8233760 or 14703746. OLE color: 14703746.
HSL color Cylindrical-coordinate representation of color #825CE0: hue angle of 257.27º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #825CE0 is Cyan = 0.42, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 92 | 224 | - |
| CMYK | 0.42 | 0.59 | 0 | 0.12 |
| HSL | 257.27º | 0.68% | 0.62% | - |
| HSV(B) | 257.27º | 0.59% | 0.88% | - |
| XYZ | 26.49 | 17.78 | 72.56 | - |
| YUV | 118.41 | 187.59 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 224 | 0.42 | 0.59 | 0 | 0.12 | 257.27 | 0.68 | 0.62 |
| Hex | 82 | 5C | E0 | 2A | 3B | 0 | C | 101 | 44 | 3E |
| Octal | 202 | 134 | 340 | 52 | 73 | 0 | 14 | 401 | 104 | 76 |
| Binary | 10000010 | 1011100 | 11100000 | 101010 | 111011 | 0 | 1100 | 100000001 | 1000100 | 111110 |
Color Harmonies of #825CE0
Complementary color
Monochromatic Colors of #825CE0
Black with #825CE0
Text Example
Text Example
White with #825CE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CE0; }
p { color: rgb(130,92,224); }
H1.HeaderClassName
{
color: #825CE0;
}
.AnyTagClassName
{
color: #825CE0;
}
</style>
background-color css
<style>
a { background-color: #825CE0; }
a { background-color: rgb(130,92,224); }
div.DivClassName
{
background-color: #825CE0;
}
.BgClassName
{
background-color: #825CE0;
}
</style>
border-color css
<style>
span { border-color: #825CE0; }
span { border-color: rgb(130,92,224); }
td.TdClassName
{
border-color: #825CE0;
}
.TagClassName
{
border-color: #825CE0;
}
</style>