Shades of Medium Slate Blue #8454EA
Tints of Medium Slate Blue #8454EA
RGB
CMYK
RGB Variations
Color information
#8454EA (or 0x8454EA) is known color: Medium Slate Blue. HEX triplet: 84, 54 and EA. RGB value is (132,84,234). Sum of RGB (Red+Green+Blue) = 132+84+234=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 84 (33.20% from 255 or 18.67% from 450); Blue value is 234 (91.80% from 255 or 52% from 450); Max value from RGB is 234 - color contains mainly: blue. Hex color #8454EA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8454EA is #7BAB15. Grayscale: #727272. Windows color (decimal): -8104726 or 15357060. OLE color: 15357060.
HSL color Cylindrical-coordinate representation of color #8454EA: hue angle of 259.2º degrees, saturation: 0.78, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8454EA is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 132 | 84 | 234 | - |
| CMYK | 0.44 | 0.64 | 0 | 0.08 |
| HSL | 259.2º | 0.78% | 0.62% | - |
| HSV(B) | 259.2º | 0.64% | 0.92% | - |
| XYZ | 27.54 | 17.19 | 79.71 | - |
| YUV | 115.45 | 194.9 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 84 | 234 | 0.44 | 0.64 | 0 | 0.08 | 259.2 | 0.78 | 0.62 |
| Hex | 84 | 54 | EA | 2C | 40 | 0 | 8 | 103 | 4E | 3E |
| Octal | 204 | 124 | 352 | 54 | 100 | 0 | 10 | 403 | 116 | 76 |
| Binary | 10000100 | 1010100 | 11101010 | 101100 | 1000000 | 0 | 1000 | 100000011 | 1001110 | 111110 |
Color Harmonies of #8454EA
Complementary color
Monochromatic Colors of #8454EA
Black with #8454EA
Text Example
Text Example
White with #8454EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8454EA; }
p { color: rgb(132,84,234); }
H1.HeaderClassName
{
color: #8454EA;
}
.AnyTagClassName
{
color: #8454EA;
}
</style>
background-color css
<style>
a { background-color: #8454EA; }
a { background-color: rgb(132,84,234); }
div.DivClassName
{
background-color: #8454EA;
}
.BgClassName
{
background-color: #8454EA;
}
</style>
border-color css
<style>
span { border-color: #8454EA; }
span { border-color: rgb(132,84,234); }
td.TdClassName
{
border-color: #8454EA;
}
.TagClassName
{
border-color: #8454EA;
}
</style>