Shades of Medium Slate Blue #8477ED
Tints of Medium Slate Blue #8477ED
RGB
CMYK
RGB Variations
Color information
#8477ED (or 0x8477ED) is known color: Medium Slate Blue. HEX triplet: 84, 77 and ED. RGB value is (132,119,237). Sum of RGB (Red+Green+Blue) = 132+119+237=488 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.05% from 488); Green value is 119 (46.88% from 255 or 24.39% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #8477ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8477ED is #7B8812. Grayscale: #878787. Windows color (decimal): -8095763 or 15562628. OLE color: 15562628.
HSL color Cylindrical-coordinate representation of color #8477ED: hue angle of 246.61º degrees, saturation: 0.77, 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 #8477ED is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 119 | 237 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.07 |
| HSL | 246.61º | 0.77% | 0.7% | - |
| HSV(B) | 246.61º | 0.5% | 0.93% | - |
| XYZ | 31.4 | 24.21 | 83.14 | - |
| YUV | 136.34 | 184.81 | 124.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 237 | 0.44 | 0.50 | 0 | 0.07 | 246.61 | 0.77 | 0.7 |
| Hex | 84 | 77 | ED | 2C | 32 | 0 | 7 | F7 | 4D | 46 |
| Octal | 204 | 167 | 355 | 54 | 62 | 0 | 7 | 367 | 115 | 106 |
| Binary | 10000100 | 1110111 | 11101101 | 101100 | 110010 | 0 | 111 | 11110111 | 1001101 | 1000110 |
Color Harmonies of #8477ED
Complementary color
Monochromatic Colors of #8477ED
Black with #8477ED
Text Example
Text Example
White with #8477ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477ED; }
p { color: rgb(132,119,237); }
H1.HeaderClassName
{
color: #8477ED;
}
.AnyTagClassName
{
color: #8477ED;
}
</style>
background-color css
<style>
a { background-color: #8477ED; }
a { background-color: rgb(132,119,237); }
div.DivClassName
{
background-color: #8477ED;
}
.BgClassName
{
background-color: #8477ED;
}
</style>
border-color css
<style>
span { border-color: #8477ED; }
span { border-color: rgb(132,119,237); }
td.TdClassName
{
border-color: #8477ED;
}
.TagClassName
{
border-color: #8477ED;
}
</style>