Shades of Medium Slate Blue #8479E1
Tints of Medium Slate Blue #8479E1
RGB
CMYK
RGB Variations
Color information
#8479E1 (or 0x8479E1) is known color: Medium Slate Blue. HEX triplet: 84, 79 and E1. RGB value is (132,121,225). Sum of RGB (Red+Green+Blue) = 132+121+225=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 121 (47.66% from 255 or 25.31% from 478); Blue value is 225 (88.28% from 255 or 47.07% from 478); Max value from RGB is 225 - color contains mainly: blue. Hex color #8479E1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479E1 is #7B861E. Grayscale: #878787. Windows color (decimal): -8095263 or 14776708. OLE color: 14776708.
HSL color Cylindrical-coordinate representation of color #8479E1: hue angle of 246.35º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8479E1 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 132 | 121 | 225 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.12 |
| HSL | 246.35º | 0.63% | 0.68% | - |
| HSV(B) | 246.35º | 0.46% | 0.88% | - |
| XYZ | 29.94 | 24.02 | 74.29 | - |
| YUV | 136.15 | 178.14 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 225 | 0.41 | 0.46 | 0 | 0.12 | 246.35 | 0.63 | 0.68 |
| Hex | 84 | 79 | E1 | 29 | 2E | 0 | C | F6 | 3F | 44 |
| Octal | 204 | 171 | 341 | 51 | 56 | 0 | 14 | 366 | 77 | 104 |
| Binary | 10000100 | 1111001 | 11100001 | 101001 | 101110 | 0 | 1100 | 11110110 | 111111 | 1000100 |
Color Harmonies of #8479E1
Complementary color
Monochromatic Colors of #8479E1
Black with #8479E1
Text Example
Text Example
White with #8479E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8479E1; }
p { color: rgb(132,121,225); }
H1.HeaderClassName
{
color: #8479E1;
}
.AnyTagClassName
{
color: #8479E1;
}
</style>
background-color css
<style>
a { background-color: #8479E1; }
a { background-color: rgb(132,121,225); }
div.DivClassName
{
background-color: #8479E1;
}
.BgClassName
{
background-color: #8479E1;
}
</style>
border-color css
<style>
span { border-color: #8479E1; }
span { border-color: rgb(132,121,225); }
td.TdClassName
{
border-color: #8479E1;
}
.TagClassName
{
border-color: #8479E1;
}
</style>