Shades of Medium Slate Blue #827BEE
Tints of Medium Slate Blue #827BEE
RGB
CMYK
RGB Variations
Color information
#827BEE (or 0x827BEE) is known color: Medium Slate Blue. HEX triplet: 82, 7B and EE. RGB value is (130,123,238). Sum of RGB (Red+Green+Blue) = 130+123+238=491 (65% of max value = 765). Red value is 130 (51.17% from 255 or 26.48% from 491); Green value is 123 (48.44% from 255 or 25.05% from 491); Blue value is 238 (93.36% from 255 or 48.47% from 491); Max value from RGB is 238 - color contains mainly: blue. Hex color #827BEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827BEE is #7D8411. Grayscale: #898989. Windows color (decimal): -8225810 or 15629186. OLE color: 15629186.
HSL color Cylindrical-coordinate representation of color #827BEE: hue angle of 243.65º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #827BEE is Cyan = 0.45, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 123 | 238 | - |
| CMYK | 0.45 | 0.48 | 0 | 0.07 |
| HSL | 243.65º | 0.77% | 0.71% | - |
| HSV(B) | 243.65º | 0.48% | 0.93% | - |
| XYZ | 31.72 | 25.08 | 84.06 | - |
| YUV | 138.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 123 | 238 | 0.45 | 0.48 | 0 | 0.07 | 243.65 | 0.77 | 0.71 |
| Hex | 82 | 7B | EE | 2D | 30 | 0 | 7 | F4 | 4D | 47 |
| Octal | 202 | 173 | 356 | 55 | 60 | 0 | 7 | 364 | 115 | 107 |
| Binary | 10000010 | 1111011 | 11101110 | 101101 | 110000 | 0 | 111 | 11110100 | 1001101 | 1000111 |
Color Harmonies of #827BEE
Complementary color
Monochromatic Colors of #827BEE
Black with #827BEE
Text Example
Text Example
White with #827BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827BEE; }
p { color: rgb(130,123,238); }
H1.HeaderClassName
{
color: #827BEE;
}
.AnyTagClassName
{
color: #827BEE;
}
</style>
background-color css
<style>
a { background-color: #827BEE; }
a { background-color: rgb(130,123,238); }
div.DivClassName
{
background-color: #827BEE;
}
.BgClassName
{
background-color: #827BEE;
}
</style>
border-color css
<style>
span { border-color: #827BEE; }
span { border-color: rgb(130,123,238); }
td.TdClassName
{
border-color: #827BEE;
}
.TagClassName
{
border-color: #827BEE;
}
</style>