Shades of Medium Slate Blue #8474E7
Tints of Medium Slate Blue #8474E7
RGB
CMYK
RGB Variations
Color information
#8474E7 (or 0x8474E7) is known color: Medium Slate Blue. HEX triplet: 84, 74 and E7. RGB value is (132,116,231). Sum of RGB (Red+Green+Blue) = 132+116+231=479 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.56% from 479); Green value is 116 (45.70% from 255 or 24.22% from 479); Blue value is 231 (90.62% from 255 or 48.23% from 479); Max value from RGB is 231 - color contains mainly: blue. Hex color #8474E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8474E7 is #7B8B18. Grayscale: #858585. Windows color (decimal): -8096537 or 15168644. OLE color: 15168644.
HSL color Cylindrical-coordinate representation of color #8474E7: hue angle of 248.35º degrees, saturation: 0.71, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8474E7 is Cyan = 0.43, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 132 | 116 | 231 | - |
| CMYK | 0.43 | 0.50 | 0 | 0.09 |
| HSL | 248.35º | 0.71% | 0.68% | - |
| HSV(B) | 248.35º | 0.5% | 0.91% | - |
| XYZ | 30.18 | 23.17 | 78.48 | - |
| YUV | 133.89 | 182.8 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 116 | 231 | 0.43 | 0.50 | 0 | 0.09 | 248.35 | 0.71 | 0.68 |
| Hex | 84 | 74 | E7 | 2B | 32 | 0 | 9 | F8 | 47 | 44 |
| Octal | 204 | 164 | 347 | 53 | 62 | 0 | 11 | 370 | 107 | 104 |
| Binary | 10000100 | 1110100 | 11100111 | 101011 | 110010 | 0 | 1001 | 11111000 | 1000111 | 1000100 |
Color Harmonies of #8474E7
Complementary color
Monochromatic Colors of #8474E7
Black with #8474E7
Text Example
Text Example
White with #8474E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8474E7; }
p { color: rgb(132,116,231); }
H1.HeaderClassName
{
color: #8474E7;
}
.AnyTagClassName
{
color: #8474E7;
}
</style>
background-color css
<style>
a { background-color: #8474E7; }
a { background-color: rgb(132,116,231); }
div.DivClassName
{
background-color: #8474E7;
}
.BgClassName
{
background-color: #8474E7;
}
</style>
border-color css
<style>
span { border-color: #8474E7; }
span { border-color: rgb(132,116,231); }
td.TdClassName
{
border-color: #8474E7;
}
.TagClassName
{
border-color: #8474E7;
}
</style>