Shades of Medium Slate Blue #827DEC
Tints of Medium Slate Blue #827DEC
RGB
CMYK
RGB Variations
Color information
#827DEC (or 0x827DEC) is known color: Medium Slate Blue. HEX triplet: 82, 7D and EC. RGB value is (130,125,236). Sum of RGB (Red+Green+Blue) = 130+125+236=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 125 (49.22% from 255 or 25.46% from 491); Blue value is 236 (92.58% from 255 or 48.07% from 491); Max value from RGB is 236 - color contains mainly: blue. Hex color #827DEC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827DEC is #7D8213. Grayscale: #8A8A8A. Windows color (decimal): -8225300 or 15498626. OLE color: 15498626.
HSL color Cylindrical-coordinate representation of color #827DEC: hue angle of 242.7º degrees, saturation: 0.74, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #827DEC is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 125 | 236 | - |
| CMYK | 0.45 | 0.47 | 0 | 0.07 |
| HSL | 242.7º | 0.74% | 0.71% | - |
| HSV(B) | 242.7º | 0.47% | 0.93% | - |
| XYZ | 31.68 | 25.47 | 82.6 | - |
| YUV | 139.15 | 182.66 | 121.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 125 | 236 | 0.45 | 0.47 | 0 | 0.07 | 242.7 | 0.74 | 0.71 |
| Hex | 82 | 7D | EC | 2D | 2F | 0 | 7 | F3 | 4A | 47 |
| Octal | 202 | 175 | 354 | 55 | 57 | 0 | 7 | 363 | 112 | 107 |
| Binary | 10000010 | 1111101 | 11101100 | 101101 | 101111 | 0 | 111 | 11110011 | 1001010 | 1000111 |
Color Harmonies of #827DEC
Complementary color
Monochromatic Colors of #827DEC
Black with #827DEC
Text Example
Text Example
White with #827DEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827DEC; }
p { color: rgb(130,125,236); }
H1.HeaderClassName
{
color: #827DEC;
}
.AnyTagClassName
{
color: #827DEC;
}
</style>
background-color css
<style>
a { background-color: #827DEC; }
a { background-color: rgb(130,125,236); }
div.DivClassName
{
background-color: #827DEC;
}
.BgClassName
{
background-color: #827DEC;
}
</style>
border-color css
<style>
span { border-color: #827DEC; }
span { border-color: rgb(130,125,236); }
td.TdClassName
{
border-color: #827DEC;
}
.TagClassName
{
border-color: #827DEC;
}
</style>