Shades of Medium Slate Blue #847DEB
Tints of Medium Slate Blue #847DEB
RGB
CMYK
RGB Variations
Color information
#847DEB (or 0x847DEB) is known color: Medium Slate Blue. HEX triplet: 84, 7D and EB. RGB value is (132,125,235). Sum of RGB (Red+Green+Blue) = 132+125+235=492 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.83% from 492); Green value is 125 (49.22% from 255 or 25.41% from 492); Blue value is 235 (92.19% from 255 or 47.76% from 492); Max value from RGB is 235 - color contains mainly: blue. Hex color #847DEB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #847DEB is #7B8214. Grayscale: #8B8B8B. Windows color (decimal): -8094229 or 15433092. OLE color: 15433092.
HSL color Cylindrical-coordinate representation of color #847DEB: hue angle of 243.82º degrees, saturation: 0.73, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #847DEB is Cyan = 0.44, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 125 | 235 | - |
| CMYK | 0.44 | 0.47 | 0 | 0.08 |
| HSL | 243.82º | 0.73% | 0.71% | - |
| HSV(B) | 243.82º | 0.47% | 0.92% | - |
| XYZ | 31.84 | 25.57 | 81.85 | - |
| YUV | 139.63 | 181.82 | 122.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 125 | 235 | 0.44 | 0.47 | 0 | 0.08 | 243.82 | 0.73 | 0.71 |
| Hex | 84 | 7D | EB | 2C | 2F | 0 | 8 | F4 | 49 | 47 |
| Octal | 204 | 175 | 353 | 54 | 57 | 0 | 10 | 364 | 111 | 107 |
| Binary | 10000100 | 1111101 | 11101011 | 101100 | 101111 | 0 | 1000 | 11110100 | 1001001 | 1000111 |
Color Harmonies of #847DEB
Complementary color
Monochromatic Colors of #847DEB
Black with #847DEB
Text Example
Text Example
White with #847DEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #847DEB; }
p { color: rgb(132,125,235); }
H1.HeaderClassName
{
color: #847DEB;
}
.AnyTagClassName
{
color: #847DEB;
}
</style>
background-color css
<style>
a { background-color: #847DEB; }
a { background-color: rgb(132,125,235); }
div.DivClassName
{
background-color: #847DEB;
}
.BgClassName
{
background-color: #847DEB;
}
</style>
border-color css
<style>
span { border-color: #847DEB; }
span { border-color: rgb(132,125,235); }
td.TdClassName
{
border-color: #847DEB;
}
.TagClassName
{
border-color: #847DEB;
}
</style>