Shades of Medium Slate Blue #8460EE
Tints of Medium Slate Blue #8460EE
RGB
CMYK
RGB Variations
Color information
#8460EE (or 0x8460EE) is known color: Medium Slate Blue. HEX triplet: 84, 60 and EE. RGB value is (132,96,238). Sum of RGB (Red+Green+Blue) = 132+96+238=466 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.33% from 466); Green value is 96 (37.89% from 255 or 20.60% from 466); Blue value is 238 (93.36% from 255 or 51.07% from 466); Max value from RGB is 238 - color contains mainly: blue. Hex color #8460EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8460EE is #7B9F11. Grayscale: #7A7A7A. Windows color (decimal): -8101650 or 15622276. OLE color: 15622276.
HSL color Cylindrical-coordinate representation of color #8460EE: hue angle of 255.21º degrees, saturation: 0.81, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8460EE is Cyan = 0.45, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 132 | 96 | 238 | - |
| CMYK | 0.45 | 0.60 | 0 | 0.07 |
| HSL | 255.21º | 0.81% | 0.65% | - |
| HSV(B) | 255.21º | 0.6% | 0.93% | - |
| XYZ | 29.13 | 19.44 | 83.11 | - |
| YUV | 122.95 | 192.93 | 134.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 96 | 238 | 0.45 | 0.60 | 0 | 0.07 | 255.21 | 0.81 | 0.65 |
| Hex | 84 | 60 | EE | 2D | 3C | 0 | 7 | FF | 51 | 41 |
| Octal | 204 | 140 | 356 | 55 | 74 | 0 | 7 | 377 | 121 | 101 |
| Binary | 10000100 | 1100000 | 11101110 | 101101 | 111100 | 0 | 111 | 11111111 | 1010001 | 1000001 |
Color Harmonies of #8460EE
Complementary color
Monochromatic Colors of #8460EE
Black with #8460EE
Text Example
Text Example
White with #8460EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8460EE; }
p { color: rgb(132,96,238); }
H1.HeaderClassName
{
color: #8460EE;
}
.AnyTagClassName
{
color: #8460EE;
}
</style>
background-color css
<style>
a { background-color: #8460EE; }
a { background-color: rgb(132,96,238); }
div.DivClassName
{
background-color: #8460EE;
}
.BgClassName
{
background-color: #8460EE;
}
</style>
border-color css
<style>
span { border-color: #8460EE; }
span { border-color: rgb(132,96,238); }
td.TdClassName
{
border-color: #8460EE;
}
.TagClassName
{
border-color: #8460EE;
}
</style>