Shades of Medium Slate Blue #8277EC
Tints of Medium Slate Blue #8277EC
RGB
CMYK
RGB Variations
Color information
#8277EC (or 0x8277EC) is known color: Medium Slate Blue. HEX triplet: 82, 77 and EC. RGB value is (130,119,236). Sum of RGB (Red+Green+Blue) = 130+119+236=485 (64% of max value = 765). Red value is 130 (51.17% from 255 or 26.80% from 485); Green value is 119 (46.88% from 255 or 24.54% from 485); Blue value is 236 (92.58% from 255 or 48.66% from 485); Max value from RGB is 236 - color contains mainly: blue. Hex color #8277EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8277EC is #7D8813. Grayscale: #878787. Windows color (decimal): -8226836 or 15497090. OLE color: 15497090.
HSL color Cylindrical-coordinate representation of color #8277EC: hue angle of 245.64º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8277EC is Cyan = 0.45, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 130 | 119 | 236 | - |
| CMYK | 0.45 | 0.50 | 0 | 0.07 |
| HSL | 245.64º | 0.75% | 0.7% | - |
| HSV(B) | 245.64º | 0.5% | 0.93% | - |
| XYZ | 30.94 | 24 | 82.36 | - |
| YUV | 135.63 | 184.64 | 123.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 119 | 236 | 0.45 | 0.50 | 0 | 0.07 | 245.64 | 0.75 | 0.7 |
| Hex | 82 | 77 | EC | 2D | 32 | 0 | 7 | F6 | 4B | 46 |
| Octal | 202 | 167 | 354 | 55 | 62 | 0 | 7 | 366 | 113 | 106 |
| Binary | 10000010 | 1110111 | 11101100 | 101101 | 110010 | 0 | 111 | 11110110 | 1001011 | 1000110 |
Color Harmonies of #8277EC
Complementary color
Monochromatic Colors of #8277EC
Black with #8277EC
Text Example
Text Example
White with #8277EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8277EC; }
p { color: rgb(130,119,236); }
H1.HeaderClassName
{
color: #8277EC;
}
.AnyTagClassName
{
color: #8277EC;
}
</style>
background-color css
<style>
a { background-color: #8277EC; }
a { background-color: rgb(130,119,236); }
div.DivClassName
{
background-color: #8277EC;
}
.BgClassName
{
background-color: #8277EC;
}
</style>
border-color css
<style>
span { border-color: #8277EC; }
span { border-color: rgb(130,119,236); }
td.TdClassName
{
border-color: #8277EC;
}
.TagClassName
{
border-color: #8277EC;
}
</style>