Shades of Medium Slate Blue #827AE0
Tints of Medium Slate Blue #827AE0
RGB
CMYK
RGB Variations
Color information
#827AE0 (or 0x827AE0) is known color: Medium Slate Blue. HEX triplet: 82, 7A and E0. RGB value is (130,122,224). Sum of RGB (Red+Green+Blue) = 130+122+224=476 (63% of max value = 765). Red value is 130 (51.17% from 255 or 27.31% from 476); Green value is 122 (48.05% from 255 or 25.63% from 476); Blue value is 224 (87.89% from 255 or 47.06% from 476); Max value from RGB is 224 - color contains mainly: blue. Hex color #827AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #827AE0 is #7D851F. Grayscale: #878787. Windows color (decimal): -8226080 or 14711426. OLE color: 14711426.
HSL color Cylindrical-coordinate representation of color #827AE0: hue angle of 244.71º degrees, saturation: 0.62, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #827AE0 is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 130 | 122 | 224 | - |
| CMYK | 0.42 | 0.46 | 0 | 0.12 |
| HSL | 244.71º | 0.62% | 0.68% | - |
| HSV(B) | 244.71º | 0.46% | 0.88% | - |
| XYZ | 29.62 | 24.05 | 73.6 | - |
| YUV | 136.02 | 177.65 | 123.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 122 | 224 | 0.42 | 0.46 | 0 | 0.12 | 244.71 | 0.62 | 0.68 |
| Hex | 82 | 7A | E0 | 2A | 2E | 0 | C | F5 | 3E | 44 |
| Octal | 202 | 172 | 340 | 52 | 56 | 0 | 14 | 365 | 76 | 104 |
| Binary | 10000010 | 1111010 | 11100000 | 101010 | 101110 | 0 | 1100 | 11110101 | 111110 | 1000100 |
Color Harmonies of #827AE0
Complementary color
Monochromatic Colors of #827AE0
Black with #827AE0
Text Example
Text Example
White with #827AE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #827AE0; }
p { color: rgb(130,122,224); }
H1.HeaderClassName
{
color: #827AE0;
}
.AnyTagClassName
{
color: #827AE0;
}
</style>
background-color css
<style>
a { background-color: #827AE0; }
a { background-color: rgb(130,122,224); }
div.DivClassName
{
background-color: #827AE0;
}
.BgClassName
{
background-color: #827AE0;
}
</style>
border-color css
<style>
span { border-color: #827AE0; }
span { border-color: rgb(130,122,224); }
td.TdClassName
{
border-color: #827AE0;
}
.TagClassName
{
border-color: #827AE0;
}
</style>