Shades of Medium Slate Blue #845FEF
Tints of Medium Slate Blue #845FEF
RGB
CMYK
RGB Variations
Color information
#845FEF (or 0x845FEF) is known color: Medium Slate Blue. HEX triplet: 84, 5F and EF. RGB value is (132,95,239). Sum of RGB (Red+Green+Blue) = 132+95+239=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 95 (37.5% from 255 or 20.39% from 466); Blue value is 239 (93.75% from 255 or 51.29% from 466); Max value from RGB is 239 - color contains mainly: blue. Hex color #845FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845FEF is #7BA010. Grayscale: #797979. Windows color (decimal): -8101905 or 15687556. OLE color: 15687556.
HSL color Cylindrical-coordinate representation of color #845FEF: hue angle of 255.42º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845FEF is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 132 | 95 | 239 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.06 |
| HSL | 255.42º | 0.82% | 0.65% | - |
| HSV(B) | 255.42º | 0.6% | 0.94% | - |
| XYZ | 29.19 | 19.32 | 83.85 | - |
| YUV | 122.48 | 193.76 | 134.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 239 | 0.45 | 0.60 | 0 | 0.06 | 255.42 | 0.82 | 0.65 |
| Hex | 84 | 5F | EF | 2D | 3C | 0 | 6 | FF | 52 | 41 |
| Octal | 204 | 137 | 357 | 55 | 74 | 0 | 6 | 377 | 122 | 101 |
| Binary | 10000100 | 1011111 | 11101111 | 101101 | 111100 | 0 | 110 | 11111111 | 1010010 | 1000001 |
Color Harmonies of #845FEF
Complementary color
Monochromatic Colors of #845FEF
Black with #845FEF
Text Example
Text Example
White with #845FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FEF; }
p { color: rgb(132,95,239); }
H1.HeaderClassName
{
color: #845FEF;
}
.AnyTagClassName
{
color: #845FEF;
}
</style>
background-color css
<style>
a { background-color: #845FEF; }
a { background-color: rgb(132,95,239); }
div.DivClassName
{
background-color: #845FEF;
}
.BgClassName
{
background-color: #845FEF;
}
</style>
border-color css
<style>
span { border-color: #845FEF; }
span { border-color: rgb(132,95,239); }
td.TdClassName
{
border-color: #845FEF;
}
.TagClassName
{
border-color: #845FEF;
}
</style>