Shades of Medium Slate Blue #825CEF
Tints of Medium Slate Blue #825CEF
RGB
CMYK
RGB Variations
Color information
#825CEF (or 0x825CEF) is known color: Medium Slate Blue. HEX triplet: 82, 5C and EF. RGB value is (130,92,239). Sum of RGB (Red+Green+Blue) = 130+92+239=461 (61% of max value = 765). Red value is 130 (51.17% from 255 or 28.20% from 461); Green value is 92 (36.33% from 255 or 19.96% from 461); Blue value is 239 (93.75% from 255 or 51.84% from 461); Max value from RGB is 239 - color contains mainly: blue. Hex color #825CEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #825CEF is #7DA310. Grayscale: #777777. Windows color (decimal): -8233745 or 15686786. OLE color: 15686786.
HSL color Cylindrical-coordinate representation of color #825CEF: hue angle of 255.51º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #825CEF is Cyan = 0.46, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 130 | 92 | 239 | - |
| CMYK | 0.46 | 0.62 | 0 | 0.06 |
| HSL | 255.51º | 0.82% | 0.65% | - |
| HSV(B) | 255.51º | 0.62% | 0.94% | - |
| XYZ | 28.61 | 18.63 | 83.75 | - |
| YUV | 120.12 | 195.09 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 92 | 239 | 0.46 | 0.62 | 0 | 0.06 | 255.51 | 0.82 | 0.65 |
| Hex | 82 | 5C | EF | 2E | 3E | 0 | 6 | 100 | 52 | 41 |
| Octal | 202 | 134 | 357 | 56 | 76 | 0 | 6 | 400 | 122 | 101 |
| Binary | 10000010 | 1011100 | 11101111 | 101110 | 111110 | 0 | 110 | 100000000 | 1010010 | 1000001 |
Color Harmonies of #825CEF
Complementary color
Monochromatic Colors of #825CEF
Black with #825CEF
Text Example
Text Example
White with #825CEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #825CEF; }
p { color: rgb(130,92,239); }
H1.HeaderClassName
{
color: #825CEF;
}
.AnyTagClassName
{
color: #825CEF;
}
</style>
background-color css
<style>
a { background-color: #825CEF; }
a { background-color: rgb(130,92,239); }
div.DivClassName
{
background-color: #825CEF;
}
.BgClassName
{
background-color: #825CEF;
}
</style>
border-color css
<style>
span { border-color: #825CEF; }
span { border-color: rgb(130,92,239); }
td.TdClassName
{
border-color: #825CEF;
}
.TagClassName
{
border-color: #825CEF;
}
</style>