Shades of Medium Slate Blue #8479E5
Tints of Medium Slate Blue #8479E5
RGB
CMYK
RGB Variations
Color information
#8479E5 (or 0x8479E5) is known color: Medium Slate Blue. HEX triplet: 84, 79 and E5. RGB value is (132,121,229). Sum of RGB (Red+Green+Blue) = 132+121+229=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 121 (47.66% from 255 or 25.10% from 482); Blue value is 229 (89.84% from 255 or 47.51% from 482); Max value from RGB is 229 - color contains mainly: blue. Hex color #8479E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8479E5 is #7B861A. Grayscale: #888888. Windows color (decimal): -8095259 or 15038852. OLE color: 15038852.
HSL color Cylindrical-coordinate representation of color #8479E5: hue angle of 246.11º degrees, saturation: 0.68, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8479E5 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 121 | 229 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.10 |
| HSL | 246.11º | 0.68% | 0.69% | - |
| HSV(B) | 246.11º | 0.47% | 0.9% | - |
| XYZ | 30.5 | 24.24 | 77.2 | - |
| YUV | 136.6 | 180.14 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 121 | 229 | 0.42 | 0.47 | 0 | 0.10 | 246.11 | 0.68 | 0.69 |
| Hex | 84 | 79 | E5 | 2A | 2F | 0 | A | F6 | 44 | 45 |
| Octal | 204 | 171 | 345 | 52 | 57 | 0 | 12 | 366 | 104 | 105 |
| Binary | 10000100 | 1111001 | 11100101 | 101010 | 101111 | 0 | 1010 | 11110110 | 1000100 | 1000101 |
Color Harmonies of #8479E5
Complementary color
Monochromatic Colors of #8479E5
Black with #8479E5
Text Example
Text Example
White with #8479E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8479E5; }
p { color: rgb(132,121,229); }
H1.HeaderClassName
{
color: #8479E5;
}
.AnyTagClassName
{
color: #8479E5;
}
</style>
background-color css
<style>
a { background-color: #8479E5; }
a { background-color: rgb(132,121,229); }
div.DivClassName
{
background-color: #8479E5;
}
.BgClassName
{
background-color: #8479E5;
}
</style>
border-color css
<style>
span { border-color: #8479E5; }
span { border-color: rgb(132,121,229); }
td.TdClassName
{
border-color: #8479E5;
}
.TagClassName
{
border-color: #8479E5;
}
</style>