Shades of Medium Slate Blue #847AE5
Tints of Medium Slate Blue #847AE5
RGB
CMYK
RGB Variations
Color information
#847AE5 (or 0x847AE5) is known color: Medium Slate Blue. HEX triplet: 84, 7A and E5. RGB value is (132,122,229). Sum of RGB (Red+Green+Blue) = 132+122+229=483 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.33% from 483); Green value is 122 (48.05% from 255 or 25.26% from 483); Blue value is 229 (89.84% from 255 or 47.41% from 483); Max value from RGB is 229 - color contains mainly: blue. Hex color #847AE5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #847AE5 is #7B851A. Grayscale: #888888. Windows color (decimal): -8095003 or 15039108. OLE color: 15039108.
HSL color Cylindrical-coordinate representation of color #847AE5: hue angle of 245.61º degrees, saturation: 0.67, 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 #847AE5 is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 132 | 122 | 229 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.10 |
| HSL | 245.61º | 0.67% | 0.69% | - |
| HSV(B) | 245.61º | 0.47% | 0.9% | - |
| XYZ | 30.62 | 24.48 | 77.24 | - |
| YUV | 137.19 | 179.81 | 124.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 122 | 229 | 0.42 | 0.47 | 0 | 0.10 | 245.61 | 0.67 | 0.69 |
| Hex | 84 | 7A | E5 | 2A | 2F | 0 | A | F6 | 43 | 45 |
| Octal | 204 | 172 | 345 | 52 | 57 | 0 | 12 | 366 | 103 | 105 |
| Binary | 10000100 | 1111010 | 11100101 | 101010 | 101111 | 0 | 1010 | 11110110 | 1000011 | 1000101 |
Color Harmonies of #847AE5
Complementary color
Monochromatic Colors of #847AE5
Black with #847AE5
Text Example
Text Example
White with #847AE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847AE5; }
p { color: rgb(132,122,229); }
H1.HeaderClassName
{
color: #847AE5;
}
.AnyTagClassName
{
color: #847AE5;
}
</style>
background-color css
<style>
a { background-color: #847AE5; }
a { background-color: rgb(132,122,229); }
div.DivClassName
{
background-color: #847AE5;
}
.BgClassName
{
background-color: #847AE5;
}
</style>
border-color css
<style>
span { border-color: #847AE5; }
span { border-color: rgb(132,122,229); }
td.TdClassName
{
border-color: #847AE5;
}
.TagClassName
{
border-color: #847AE5;
}
</style>