Shades of Medium Slate Blue #827EEA
Tints of Medium Slate Blue #827EEA
RGB
CMYK
RGB Variations
Color information
#827EEA (or 0x827EEA) is known color: Medium Slate Blue. HEX triplet: 82, 7E and EA. RGB value is (130,126,234). Sum of RGB (Red+Green+Blue) = 130+126+234=490 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.53% from 490); Green value is 126 (49.61% from 255 or 25.71% from 490); Blue value is 234 (91.80% from 255 or 47.76% from 490); Max value from RGB is 234 - color contains mainly: blue. Hex color #827EEA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #827EEA is #7D8115. Grayscale: #8B8B8B. Windows color (decimal): -8225046 or 15367810. OLE color: 15367810.
HSL color Cylindrical-coordinate representation of color #827EEA: hue angle of 242.22º degrees, saturation: 0.72, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #827EEA is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 130 | 126 | 234 | - |
| CMYK | 0.44 | 0.46 | 0 | 0.08 |
| HSL | 242.22º | 0.72% | 0.71% | - |
| HSV(B) | 242.22º | 0.46% | 0.92% | - |
| XYZ | 31.52 | 25.61 | 81.12 | - |
| YUV | 139.51 | 181.33 | 121.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 126 | 234 | 0.44 | 0.46 | 0 | 0.08 | 242.22 | 0.72 | 0.71 |
| Hex | 82 | 7E | EA | 2C | 2E | 0 | 8 | F2 | 48 | 47 |
| Octal | 202 | 176 | 352 | 54 | 56 | 0 | 10 | 362 | 110 | 107 |
| Binary | 10000010 | 1111110 | 11101010 | 101100 | 101110 | 0 | 1000 | 11110010 | 1001000 | 1000111 |
Color Harmonies of #827EEA
Complementary color
Monochromatic Colors of #827EEA
Black with #827EEA
Text Example
Text Example
White with #827EEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827EEA; }
p { color: rgb(130,126,234); }
H1.HeaderClassName
{
color: #827EEA;
}
.AnyTagClassName
{
color: #827EEA;
}
</style>
background-color css
<style>
a { background-color: #827EEA; }
a { background-color: rgb(130,126,234); }
div.DivClassName
{
background-color: #827EEA;
}
.BgClassName
{
background-color: #827EEA;
}
</style>
border-color css
<style>
span { border-color: #827EEA; }
span { border-color: rgb(130,126,234); }
td.TdClassName
{
border-color: #827EEA;
}
.TagClassName
{
border-color: #827EEA;
}
</style>