Shades of Medium Slate Blue #8468EE
Tints of Medium Slate Blue #8468EE
RGB
CMYK
RGB Variations
Color information
#8468EE (or 0x8468EE) is known color: Medium Slate Blue. HEX triplet: 84, 68 and EE. RGB value is (132,104,238). Sum of RGB (Red+Green+Blue) = 132+104+238=474 (62% of max value = 765). Red value is 132 (51.95% from 255 or 27.85% from 474); Green value is 104 (41.02% from 255 or 21.94% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #8468EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8468EE is #7B9711. Grayscale: #7F7F7F. Windows color (decimal): -8099602 or 15624324. OLE color: 15624324.
HSL color Cylindrical-coordinate representation of color #8468EE: hue angle of 252.54º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8468EE is Cyan = 0.45, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 104 | 238 | - |
| CMYK | 0.45 | 0.56 | 0 | 0.07 |
| HSL | 252.54º | 0.8% | 0.67% | - |
| HSV(B) | 252.54º | 0.56% | 0.93% | - |
| XYZ | 29.9 | 20.98 | 83.36 | - |
| YUV | 127.65 | 190.28 | 131.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 104 | 238 | 0.45 | 0.56 | 0 | 0.07 | 252.54 | 0.8 | 0.67 |
| Hex | 84 | 68 | EE | 2D | 38 | 0 | 7 | FD | 50 | 43 |
| Octal | 204 | 150 | 356 | 55 | 70 | 0 | 7 | 375 | 120 | 103 |
| Binary | 10000100 | 1101000 | 11101110 | 101101 | 111000 | 0 | 111 | 11111101 | 1010000 | 1000011 |
Color Harmonies of #8468EE
Complementary color
Monochromatic Colors of #8468EE
Black with #8468EE
Text Example
Text Example
White with #8468EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8468EE; }
p { color: rgb(132,104,238); }
H1.HeaderClassName
{
color: #8468EE;
}
.AnyTagClassName
{
color: #8468EE;
}
</style>
background-color css
<style>
a { background-color: #8468EE; }
a { background-color: rgb(132,104,238); }
div.DivClassName
{
background-color: #8468EE;
}
.BgClassName
{
background-color: #8468EE;
}
</style>
border-color css
<style>
span { border-color: #8468EE; }
span { border-color: rgb(132,104,238); }
td.TdClassName
{
border-color: #8468EE;
}
.TagClassName
{
border-color: #8468EE;
}
</style>