Shades of Medium Slate Blue #8477E7
Tints of Medium Slate Blue #8477E7
RGB
CMYK
RGB Variations
Color information
#8477E7 (or 0x8477E7) is known color: Medium Slate Blue. HEX triplet: 84, 77 and E7. RGB value is (132,119,231). Sum of RGB (Red+Green+Blue) = 132+119+231=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 119 (46.88% from 255 or 24.69% from 482); Blue value is 231 (90.62% from 255 or 47.93% from 482); Max value from RGB is 231 - color contains mainly: blue. Hex color #8477E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8477E7 is #7B8818. Grayscale: #878787. Windows color (decimal): -8095769 or 15169412. OLE color: 15169412.
HSL color Cylindrical-coordinate representation of color #8477E7: hue angle of 246.96º degrees, saturation: 0.7, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8477E7 is Cyan = 0.43, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 119 | 231 | - |
| CMYK | 0.43 | 0.48 | 0 | 0.09 |
| HSL | 246.96º | 0.7% | 0.69% | - |
| HSV(B) | 246.96º | 0.48% | 0.91% | - |
| XYZ | 30.54 | 23.87 | 78.6 | - |
| YUV | 135.66 | 181.81 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 119 | 231 | 0.43 | 0.48 | 0 | 0.09 | 246.96 | 0.7 | 0.69 |
| Hex | 84 | 77 | E7 | 2B | 30 | 0 | 9 | F7 | 46 | 45 |
| Octal | 204 | 167 | 347 | 53 | 60 | 0 | 11 | 367 | 106 | 105 |
| Binary | 10000100 | 1110111 | 11100111 | 101011 | 110000 | 0 | 1001 | 11110111 | 1000110 | 1000101 |
Color Harmonies of #8477E7
Complementary color
Monochromatic Colors of #8477E7
Black with #8477E7
Text Example
Text Example
White with #8477E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8477E7; }
p { color: rgb(132,119,231); }
H1.HeaderClassName
{
color: #8477E7;
}
.AnyTagClassName
{
color: #8477E7;
}
</style>
background-color css
<style>
a { background-color: #8477E7; }
a { background-color: rgb(132,119,231); }
div.DivClassName
{
background-color: #8477E7;
}
.BgClassName
{
background-color: #8477E7;
}
</style>
border-color css
<style>
span { border-color: #8477E7; }
span { border-color: rgb(132,119,231); }
td.TdClassName
{
border-color: #8477E7;
}
.TagClassName
{
border-color: #8477E7;
}
</style>