Shades of Medium Slate Blue #845FEB
Tints of Medium Slate Blue #845FEB
RGB
CMYK
RGB Variations
Color information
#845FEB (or 0x845FEB) is known color: Medium Slate Blue. HEX triplet: 84, 5F and EB. RGB value is (132,95,235). Sum of RGB (Red+Green+Blue) = 132+95+235=462 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.57% from 462); Green value is 95 (37.5% from 255 or 20.56% from 462); Blue value is 235 (92.19% from 255 or 50.87% from 462); Max value from RGB is 235 - color contains mainly: blue. Hex color #845FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #845FEB is #7BA014. Grayscale: #797979. Windows color (decimal): -8101909 or 15425412. OLE color: 15425412.
HSL color Cylindrical-coordinate representation of color #845FEB: hue angle of 255.86º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #845FEB is Cyan = 0.44, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 95 | 235 | - |
| CMYK | 0.44 | 0.60 | 0 | 0.08 |
| HSL | 255.86º | 0.78% | 0.65% | - |
| HSV(B) | 255.86º | 0.6% | 0.92% | - |
| XYZ | 28.6 | 19.09 | 80.77 | - |
| YUV | 122.02 | 191.76 | 135.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 95 | 235 | 0.44 | 0.60 | 0 | 0.08 | 255.86 | 0.78 | 0.65 |
| Hex | 84 | 5F | EB | 2C | 3C | 0 | 8 | 100 | 4E | 41 |
| Octal | 204 | 137 | 353 | 54 | 74 | 0 | 10 | 400 | 116 | 101 |
| Binary | 10000100 | 1011111 | 11101011 | 101100 | 111100 | 0 | 1000 | 100000000 | 1001110 | 1000001 |
Color Harmonies of #845FEB
Complementary color
Monochromatic Colors of #845FEB
Black with #845FEB
Text Example
Text Example
White with #845FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #845FEB; }
p { color: rgb(132,95,235); }
H1.HeaderClassName
{
color: #845FEB;
}
.AnyTagClassName
{
color: #845FEB;
}
</style>
background-color css
<style>
a { background-color: #845FEB; }
a { background-color: rgb(132,95,235); }
div.DivClassName
{
background-color: #845FEB;
}
.BgClassName
{
background-color: #845FEB;
}
</style>
border-color css
<style>
span { border-color: #845FEB; }
span { border-color: rgb(132,95,235); }
td.TdClassName
{
border-color: #845FEB;
}
.TagClassName
{
border-color: #845FEB;
}
</style>