Shades of Medium Slate Blue #8476ED
Tints of Medium Slate Blue #8476ED
RGB
CMYK
RGB Variations
Color information
#8476ED (or 0x8476ED) is known color: Medium Slate Blue. HEX triplet: 84, 76 and ED. RGB value is (132,118,237). Sum of RGB (Red+Green+Blue) = 132+118+237=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 118 (46.48% from 255 or 24.23% from 487); Blue value is 237 (92.97% from 255 or 48.67% from 487); Max value from RGB is 237 - color contains mainly: blue. Hex color #8476ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476ED is #7B8912. Grayscale: #878787. Windows color (decimal): -8096019 or 15562372. OLE color: 15562372.
HSL color Cylindrical-coordinate representation of color #8476ED: hue angle of 247.06º 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 #8476ED is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 118 | 237 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.07 |
| HSL | 247.06º | 0.77% | 0.7% | - |
| HSV(B) | 247.06º | 0.5% | 0.93% | - |
| XYZ | 31.28 | 23.98 | 83.1 | - |
| YUV | 135.75 | 185.14 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 237 | 0.44 | 0.50 | 0 | 0.07 | 247.06 | 0.77 | 0.7 |
| Hex | 84 | 76 | ED | 2C | 32 | 0 | 7 | F7 | 4D | 46 |
| Octal | 204 | 166 | 355 | 54 | 62 | 0 | 7 | 367 | 115 | 106 |
| Binary | 10000100 | 1110110 | 11101101 | 101100 | 110010 | 0 | 111 | 11110111 | 1001101 | 1000110 |
Color Harmonies of #8476ED
Complementary color
Monochromatic Colors of #8476ED
Black with #8476ED
Text Example
Text Example
White with #8476ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476ED; }
p { color: rgb(132,118,237); }
H1.HeaderClassName
{
color: #8476ED;
}
.AnyTagClassName
{
color: #8476ED;
}
</style>
background-color css
<style>
a { background-color: #8476ED; }
a { background-color: rgb(132,118,237); }
div.DivClassName
{
background-color: #8476ED;
}
.BgClassName
{
background-color: #8476ED;
}
</style>
border-color css
<style>
span { border-color: #8476ED; }
span { border-color: rgb(132,118,237); }
td.TdClassName
{
border-color: #8476ED;
}
.TagClassName
{
border-color: #8476ED;
}
</style>