Shades of Medium Slate Blue #825CE7
Tints of Medium Slate Blue #825CE7
RGB
CMYK
RGB Variations
Color information
#825CE7 (or 0x825CE7) is known color: Medium Slate Blue. HEX triplet: 82, 5C and E7. RGB value is (130,92,231). Sum of RGB (Red+Green+Blue) = 130+92+231=453 (60% of max value = 765). Red value is 130 (51.17% from 255 or 28.70% from 453); Green value is 92 (36.33% from 255 or 20.31% from 453); Blue value is 231 (90.62% from 255 or 50.99% from 453); Max value from RGB is 231 - color contains mainly: blue. Hex color #825CE7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CE7 is #7DA318. Grayscale: #767676. Windows color (decimal): -8233753 or 15162498. OLE color: 15162498.
HSL color Cylindrical-coordinate representation of color #825CE7: hue angle of 256.4º degrees, saturation: 0.74, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #825CE7 is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 92 | 231 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.09 |
| HSL | 256.4º | 0.74% | 0.63% | - |
| HSV(B) | 256.4º | 0.6% | 0.91% | - |
| XYZ | 27.46 | 18.17 | 77.66 | - |
| YUV | 119.21 | 191.09 | 135.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 231 | 0.44 | 0.60 | 0 | 0.09 | 256.4 | 0.74 | 0.63 |
| Hex | 82 | 5C | E7 | 2C | 3C | 0 | 9 | 100 | 4A | 3F |
| Octal | 202 | 134 | 347 | 54 | 74 | 0 | 11 | 400 | 112 | 77 |
| Binary | 10000010 | 1011100 | 11100111 | 101100 | 111100 | 0 | 1001 | 100000000 | 1001010 | 111111 |
Color Harmonies of #825CE7
Complementary color
Monochromatic Colors of #825CE7
Black with #825CE7
Text Example
Text Example
White with #825CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CE7; }
p { color: rgb(130,92,231); }
H1.HeaderClassName
{
color: #825CE7;
}
.AnyTagClassName
{
color: #825CE7;
}
</style>
background-color css
<style>
a { background-color: #825CE7; }
a { background-color: rgb(130,92,231); }
div.DivClassName
{
background-color: #825CE7;
}
.BgClassName
{
background-color: #825CE7;
}
</style>
border-color css
<style>
span { border-color: #825CE7; }
span { border-color: rgb(130,92,231); }
td.TdClassName
{
border-color: #825CE7;
}
.TagClassName
{
border-color: #825CE7;
}
</style>