Shades of Medium Slate Blue #8467EE
Tints of Medium Slate Blue #8467EE
RGB
CMYK
RGB Variations
Color information
#8467EE (or 0x8467EE) is known color: Medium Slate Blue. HEX triplet: 84, 67 and EE. RGB value is (132,103,238). Sum of RGB (Red+Green+Blue) = 132+103+238=473 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.91% from 473); Green value is 103 (40.62% from 255 or 21.78% from 473); Blue value is 238 (93.36% from 255 or 50.32% from 473); Max value from RGB is 238 - color contains mainly: blue. Hex color #8467EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8467EE is #7B9811. Grayscale: #7E7E7E. Windows color (decimal): -8099858 or 15624068. OLE color: 15624068.
HSL color Cylindrical-coordinate representation of color #8467EE: hue angle of 252.89º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8467EE is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 103 | 238 | - |
| CMYK | 0.45 | 0.57 | 0 | 0.07 |
| HSL | 252.89º | 0.8% | 0.67% | - |
| HSV(B) | 252.89º | 0.57% | 0.93% | - |
| XYZ | 29.8 | 20.78 | 83.33 | - |
| YUV | 127.06 | 190.61 | 131.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 103 | 238 | 0.45 | 0.57 | 0 | 0.07 | 252.89 | 0.8 | 0.67 |
| Hex | 84 | 67 | EE | 2D | 39 | 0 | 7 | FD | 50 | 43 |
| Octal | 204 | 147 | 356 | 55 | 71 | 0 | 7 | 375 | 120 | 103 |
| Binary | 10000100 | 1100111 | 11101110 | 101101 | 111001 | 0 | 111 | 11111101 | 1010000 | 1000011 |
Color Harmonies of #8467EE
Complementary color
Monochromatic Colors of #8467EE
Black with #8467EE
Text Example
Text Example
White with #8467EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8467EE; }
p { color: rgb(132,103,238); }
H1.HeaderClassName
{
color: #8467EE;
}
.AnyTagClassName
{
color: #8467EE;
}
</style>
background-color css
<style>
a { background-color: #8467EE; }
a { background-color: rgb(132,103,238); }
div.DivClassName
{
background-color: #8467EE;
}
.BgClassName
{
background-color: #8467EE;
}
</style>
border-color css
<style>
span { border-color: #8467EE; }
span { border-color: rgb(132,103,238); }
td.TdClassName
{
border-color: #8467EE;
}
.TagClassName
{
border-color: #8467EE;
}
</style>