Shades of Medium Slate Blue #8471ED
Tints of Medium Slate Blue #8471ED
RGB
CMYK
RGB Variations
Color information
#8471ED (or 0x8471ED) is known color: Medium Slate Blue. HEX triplet: 84, 71 and ED. RGB value is (132,113,237). Sum of RGB (Red+Green+Blue) = 132+113+237=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 113 (44.53% from 255 or 23.44% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #8471ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8471ED is #7B8E12. Grayscale: #848484. Windows color (decimal): -8097299 or 15561092. OLE color: 15561092.
HSL color Cylindrical-coordinate representation of color #8471ED: hue angle of 249.19º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8471ED is Cyan = 0.44, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 113 | 237 | - |
| CMYK | 0.44 | 0.52 | 0 | 0.07 |
| HSL | 249.19º | 0.78% | 0.69% | - |
| HSV(B) | 249.19º | 0.52% | 0.93% | - |
| XYZ | 30.71 | 22.83 | 82.91 | - |
| YUV | 132.82 | 186.79 | 127.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 113 | 237 | 0.44 | 0.52 | 0 | 0.07 | 249.19 | 0.78 | 0.69 |
| Hex | 84 | 71 | ED | 2C | 34 | 0 | 7 | F9 | 4E | 45 |
| Octal | 204 | 161 | 355 | 54 | 64 | 0 | 7 | 371 | 116 | 105 |
| Binary | 10000100 | 1110001 | 11101101 | 101100 | 110100 | 0 | 111 | 11111001 | 1001110 | 1000101 |
Color Harmonies of #8471ED
Complementary color
Monochromatic Colors of #8471ED
Black with #8471ED
Text Example
Text Example
White with #8471ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8471ED; }
p { color: rgb(132,113,237); }
H1.HeaderClassName
{
color: #8471ED;
}
.AnyTagClassName
{
color: #8471ED;
}
</style>
background-color css
<style>
a { background-color: #8471ED; }
a { background-color: rgb(132,113,237); }
div.DivClassName
{
background-color: #8471ED;
}
.BgClassName
{
background-color: #8471ED;
}
</style>
border-color css
<style>
span { border-color: #8471ED; }
span { border-color: rgb(132,113,237); }
td.TdClassName
{
border-color: #8471ED;
}
.TagClassName
{
border-color: #8471ED;
}
</style>