Shades of Medium Slate Blue #845CE4
Tints of Medium Slate Blue #845CE4
RGB
CMYK
RGB Variations
Color information
#845CE4 (or 0x845CE4) is known color: Medium Slate Blue. HEX triplet: 84, 5C and E4. RGB value is (132,92,228). Sum of RGB (Red+Green+Blue) = 132+92+228=452 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.20% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 228 (89.45% from 255 or 50.44% from 452); Max value from RGB is 228 - color contains mainly: blue. Hex color #845CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CE4 is #7BA31B. Grayscale: #767676. Windows color (decimal): -8102684 or 14965892. OLE color: 14965892.
HSL color Cylindrical-coordinate representation of color #845CE4: hue angle of 257.65º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845CE4 is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 132 | 92 | 228 | - |
| CMYK | 0.42 | 0.60 | 0 | 0.11 |
| HSL | 257.65º | 0.72% | 0.63% | - |
| HSV(B) | 257.65º | 0.6% | 0.89% | - |
| XYZ | 27.35 | 18.16 | 75.46 | - |
| YUV | 119.46 | 189.25 | 136.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 92 | 228 | 0.42 | 0.60 | 0 | 0.11 | 257.65 | 0.72 | 0.63 |
| Hex | 84 | 5C | E4 | 2A | 3C | 0 | B | 102 | 48 | 3F |
| Octal | 204 | 134 | 344 | 52 | 74 | 0 | 13 | 402 | 110 | 77 |
| Binary | 10000100 | 1011100 | 11100100 | 101010 | 111100 | 0 | 1011 | 100000010 | 1001000 | 111111 |
Color Harmonies of #845CE4
Complementary color
Monochromatic Colors of #845CE4
Black with #845CE4
Text Example
Text Example
White with #845CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845CE4; }
p { color: rgb(132,92,228); }
H1.HeaderClassName
{
color: #845CE4;
}
.AnyTagClassName
{
color: #845CE4;
}
</style>
background-color css
<style>
a { background-color: #845CE4; }
a { background-color: rgb(132,92,228); }
div.DivClassName
{
background-color: #845CE4;
}
.BgClassName
{
background-color: #845CE4;
}
</style>
border-color css
<style>
span { border-color: #845CE4; }
span { border-color: rgb(132,92,228); }
td.TdClassName
{
border-color: #845CE4;
}
.TagClassName
{
border-color: #845CE4;
}
</style>