Shades of Medium Slate Blue #8455EE
Tints of Medium Slate Blue #8455EE
RGB
CMYK
RGB Variations
Color information
#8455EE (or 0x8455EE) is known color: Medium Slate Blue. HEX triplet: 84, 55 and EE. RGB value is (132,85,238). Sum of RGB (Red+Green+Blue) = 132+85+238=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 238 (93.36% from 255 or 52.31% from 455); Max value from RGB is 238 - color contains mainly: blue. Hex color #8455EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8455EE is #7BAA11. Grayscale: #737373. Windows color (decimal): -8104466 or 15619460. OLE color: 15619460.
HSL color Cylindrical-coordinate representation of color #8455EE: hue angle of 258.43º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8455EE is Cyan = 0.45, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 85 | 238 | - |
| CMYK | 0.45 | 0.64 | 0 | 0.07 |
| HSL | 258.43º | 0.82% | 0.63% | - |
| HSV(B) | 258.43º | 0.64% | 0.93% | - |
| XYZ | 28.2 | 17.58 | 82.8 | - |
| YUV | 116.5 | 196.57 | 139.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 85 | 238 | 0.45 | 0.64 | 0 | 0.07 | 258.43 | 0.82 | 0.63 |
| Hex | 84 | 55 | EE | 2D | 40 | 0 | 7 | 102 | 52 | 3F |
| Octal | 204 | 125 | 356 | 55 | 100 | 0 | 7 | 402 | 122 | 77 |
| Binary | 10000100 | 1010101 | 11101110 | 101101 | 1000000 | 0 | 111 | 100000010 | 1010010 | 111111 |
Color Harmonies of #8455EE
Complementary color
Monochromatic Colors of #8455EE
Black with #8455EE
Text Example
Text Example
White with #8455EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8455EE; }
p { color: rgb(132,85,238); }
H1.HeaderClassName
{
color: #8455EE;
}
.AnyTagClassName
{
color: #8455EE;
}
</style>
background-color css
<style>
a { background-color: #8455EE; }
a { background-color: rgb(132,85,238); }
div.DivClassName
{
background-color: #8455EE;
}
.BgClassName
{
background-color: #8455EE;
}
</style>
border-color css
<style>
span { border-color: #8455EE; }
span { border-color: rgb(132,85,238); }
td.TdClassName
{
border-color: #8455EE;
}
.TagClassName
{
border-color: #8455EE;
}
</style>