Shades of Medium Slate Blue #8476EA
Tints of Medium Slate Blue #8476EA
RGB
CMYK
RGB Variations
Color information
#8476EA (or 0x8476EA) is known color: Medium Slate Blue. HEX triplet: 84, 76 and EA. RGB value is (132,118,234). Sum of RGB (Red+Green+Blue) = 132+118+234=484 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.27% from 484); Green value is 118 (46.48% from 255 or 24.38% from 484); Blue value is 234 (91.80% from 255 or 48.35% from 484); Max value from RGB is 234 - color contains mainly: blue. Hex color #8476EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8476EA is #7B8915. Grayscale: #868686. Windows color (decimal): -8096022 or 15365764. OLE color: 15365764.
HSL color Cylindrical-coordinate representation of color #8476EA: hue angle of 247.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8476EA is Cyan = 0.44, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 118 | 234 | - |
| CMYK | 0.44 | 0.50 | 0 | 0.08 |
| HSL | 247.24º | 0.73% | 0.69% | - |
| HSV(B) | 247.24º | 0.5% | 0.92% | - |
| XYZ | 30.85 | 23.8 | 80.81 | - |
| YUV | 135.41 | 183.64 | 125.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 118 | 234 | 0.44 | 0.50 | 0 | 0.08 | 247.24 | 0.73 | 0.69 |
| Hex | 84 | 76 | EA | 2C | 32 | 0 | 8 | F7 | 49 | 45 |
| Octal | 204 | 166 | 352 | 54 | 62 | 0 | 10 | 367 | 111 | 105 |
| Binary | 10000100 | 1110110 | 11101010 | 101100 | 110010 | 0 | 1000 | 11110111 | 1001001 | 1000101 |
Color Harmonies of #8476EA
Complementary color
Monochromatic Colors of #8476EA
Black with #8476EA
Text Example
Text Example
White with #8476EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8476EA; }
p { color: rgb(132,118,234); }
H1.HeaderClassName
{
color: #8476EA;
}
.AnyTagClassName
{
color: #8476EA;
}
</style>
background-color css
<style>
a { background-color: #8476EA; }
a { background-color: rgb(132,118,234); }
div.DivClassName
{
background-color: #8476EA;
}
.BgClassName
{
background-color: #8476EA;
}
</style>
border-color css
<style>
span { border-color: #8476EA; }
span { border-color: rgb(132,118,234); }
td.TdClassName
{
border-color: #8476EA;
}
.TagClassName
{
border-color: #8476EA;
}
</style>