Shades of Medium Slate Blue #8471EA
Tints of Medium Slate Blue #8471EA
RGB
CMYK
RGB Variations
Color information
#8471EA (or 0x8471EA) is known color: Medium Slate Blue. HEX triplet: 84, 71 and EA. RGB value is (132,113,234). Sum of RGB (Red+Green+Blue) = 132+113+234=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 113 (44.53% from 255 or 23.59% from 479); Blue value is 234 (91.80% from 255 or 48.85% from 479); Max value from RGB is 234 - color contains mainly: blue. Hex color #8471EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471EA is #7B8E15. Grayscale: #848484. Windows color (decimal): -8097302 or 15364484. OLE color: 15364484.
HSL color Cylindrical-coordinate representation of color #8471EA: hue angle of 249.42º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8471EA is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 113 | 234 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.08 |
| HSL | 249.42º | 0.74% | 0.68% | - |
| HSV(B) | 249.42º | 0.52% | 0.92% | - |
| XYZ | 30.27 | 22.66 | 80.62 | - |
| YUV | 132.48 | 185.29 | 127.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 234 | 0.44 | 0.52 | 0 | 0.08 | 249.42 | 0.74 | 0.68 |
| Hex | 84 | 71 | EA | 2C | 34 | 0 | 8 | F9 | 4A | 44 |
| Octal | 204 | 161 | 352 | 54 | 64 | 0 | 10 | 371 | 112 | 104 |
| Binary | 10000100 | 1110001 | 11101010 | 101100 | 110100 | 0 | 1000 | 11111001 | 1001010 | 1000100 |
Color Harmonies of #8471EA
Complementary color
Monochromatic Colors of #8471EA
Black with #8471EA
Text Example
Text Example
White with #8471EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471EA; }
p { color: rgb(132,113,234); }
H1.HeaderClassName
{
color: #8471EA;
}
.AnyTagClassName
{
color: #8471EA;
}
</style>
background-color css
<style>
a { background-color: #8471EA; }
a { background-color: rgb(132,113,234); }
div.DivClassName
{
background-color: #8471EA;
}
.BgClassName
{
background-color: #8471EA;
}
</style>
border-color css
<style>
span { border-color: #8471EA; }
span { border-color: rgb(132,113,234); }
td.TdClassName
{
border-color: #8471EA;
}
.TagClassName
{
border-color: #8471EA;
}
</style>