Shades of Medium Slate Blue #846FEB
Tints of Medium Slate Blue #846FEB
RGB
CMYK
RGB Variations
Color information
#846FEB (or 0x846FEB) is known color: Medium Slate Blue. HEX triplet: 84, 6F and EB. RGB value is (132,111,235). Sum of RGB (Red+Green+Blue) = 132+111+235=478 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.62% from 478); Green value is 111 (43.75% from 255 or 23.22% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #846FEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #846FEB is #7B9014. Grayscale: #828282. Windows color (decimal): -8097813 or 15429508. OLE color: 15429508.
HSL color Cylindrical-coordinate representation of color #846FEB: hue angle of 250.16º degrees, saturation: 0.76, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #846FEB is Cyan = 0.44, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 111 | 235 | - |
| CMYK | 0.44 | 0.53 | 0 | 0.08 |
| HSL | 250.16º | 0.76% | 0.68% | - |
| HSV(B) | 250.16º | 0.53% | 0.92% | - |
| XYZ | 30.2 | 22.27 | 81.3 | - |
| YUV | 131.42 | 186.46 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 111 | 235 | 0.44 | 0.53 | 0 | 0.08 | 250.16 | 0.76 | 0.68 |
| Hex | 84 | 6F | EB | 2C | 35 | 0 | 8 | FA | 4C | 44 |
| Octal | 204 | 157 | 353 | 54 | 65 | 0 | 10 | 372 | 114 | 104 |
| Binary | 10000100 | 1101111 | 11101011 | 101100 | 110101 | 0 | 1000 | 11111010 | 1001100 | 1000100 |
Color Harmonies of #846FEB
Complementary color
Monochromatic Colors of #846FEB
Black with #846FEB
Text Example
Text Example
White with #846FEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #846FEB; }
p { color: rgb(132,111,235); }
H1.HeaderClassName
{
color: #846FEB;
}
.AnyTagClassName
{
color: #846FEB;
}
</style>
background-color css
<style>
a { background-color: #846FEB; }
a { background-color: rgb(132,111,235); }
div.DivClassName
{
background-color: #846FEB;
}
.BgClassName
{
background-color: #846FEB;
}
</style>
border-color css
<style>
span { border-color: #846FEB; }
span { border-color: rgb(132,111,235); }
td.TdClassName
{
border-color: #846FEB;
}
.TagClassName
{
border-color: #846FEB;
}
</style>