Shades of Medium Slate Blue #8277E9
Tints of Medium Slate Blue #8277E9
RGB
CMYK
RGB Variations
Color information
#8277E9 (or 0x8277E9) is known color: Medium Slate Blue. HEX triplet: 82, 77 and E9. RGB value is (130,119,233). Sum of RGB (Red+Green+Blue) = 130+119+233=482 (63% of max value = 765). Red value is 130 (51.17% from 255 or 26.97% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 233 (91.41% from 255 or 48.34% from 482); Max value from RGB is 233 - color contains mainly: blue. Hex color #8277E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277E9 is #7D8816. Grayscale: #868686. Windows color (decimal): -8226839 or 15300482. OLE color: 15300482.
HSL color Cylindrical-coordinate representation of color #8277E9: hue angle of 245.79º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8277E9 is Cyan = 0.44, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 130 | 119 | 233 | - |
| CMYK | 0.44 | 0.49 | 0 | 0.09 |
| HSL | 245.79º | 0.72% | 0.69% | - |
| HSV(B) | 245.79º | 0.49% | 0.91% | - |
| XYZ | 30.51 | 23.82 | 80.08 | - |
| YUV | 135.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 233 | 0.44 | 0.49 | 0 | 0.09 | 245.79 | 0.72 | 0.69 |
| Hex | 82 | 77 | E9 | 2C | 31 | 0 | 9 | F6 | 48 | 45 |
| Octal | 202 | 167 | 351 | 54 | 61 | 0 | 11 | 366 | 110 | 105 |
| Binary | 10000010 | 1110111 | 11101001 | 101100 | 110001 | 0 | 1001 | 11110110 | 1001000 | 1000101 |
Color Harmonies of #8277E9
Complementary color
Monochromatic Colors of #8277E9
Black with #8277E9
Text Example
Text Example
White with #8277E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277E9; }
p { color: rgb(130,119,233); }
H1.HeaderClassName
{
color: #8277E9;
}
.AnyTagClassName
{
color: #8277E9;
}
</style>
background-color css
<style>
a { background-color: #8277E9; }
a { background-color: rgb(130,119,233); }
div.DivClassName
{
background-color: #8277E9;
}
.BgClassName
{
background-color: #8277E9;
}
</style>
border-color css
<style>
span { border-color: #8277E9; }
span { border-color: rgb(130,119,233); }
td.TdClassName
{
border-color: #8277E9;
}
.TagClassName
{
border-color: #8277E9;
}
</style>