Shades of Slate Blue #543EDD
Tints of Slate Blue #543EDD
RGB
CMYK
RGB Variations
Color information
#543EDD (or 0x543EDD) is known color: Slate Blue. HEX triplet: 54, 3E and DD. RGB value is (84,62,221). Sum of RGB (Red+Green+Blue) = 84+62+221=367 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.89% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 221 (86.72% from 255 or 60.22% from 367); Max value from RGB is 221 - color contains mainly: blue. Hex color #543EDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543EDD is #ABC122. Grayscale: #565656. Windows color (decimal): -11256099 or 14499412. OLE color: 14499412.
HSL color Cylindrical-coordinate representation of color #543EDD: hue angle of 248.3º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543EDD is Cyan = 0.62, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 84 | 62 | 221 | - |
| CMYK | 0.62 | 0.72 | 0 | 0.13 |
| HSL | 248.3º | 0.7% | 0.55% | - |
| HSV(B) | 248.3º | 0.72% | 0.87% | - |
| XYZ | 18.43 | 10.55 | 69.47 | - |
| YUV | 86.7 | 203.79 | 126.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 221 | 0.62 | 0.72 | 0 | 0.13 | 248.3 | 0.7 | 0.55 |
| Hex | 54 | 3E | DD | 3E | 48 | 0 | D | F8 | 46 | 37 |
| Octal | 124 | 76 | 335 | 76 | 110 | 0 | 15 | 370 | 106 | 67 |
| Binary | 1010100 | 111110 | 11011101 | 111110 | 1001000 | 0 | 1101 | 11111000 | 1000110 | 110111 |
Color Harmonies of #543EDD
Complementary color
Monochromatic Colors of #543EDD
Black with #543EDD
Text Example
Text Example
White with #543EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543EDD; }
p { color: rgb(84,62,221); }
H1.HeaderClassName
{
color: #543EDD;
}
.AnyTagClassName
{
color: #543EDD;
}
</style>
background-color css
<style>
a { background-color: #543EDD; }
a { background-color: rgb(84,62,221); }
div.DivClassName
{
background-color: #543EDD;
}
.BgClassName
{
background-color: #543EDD;
}
</style>
border-color css
<style>
span { border-color: #543EDD; }
span { border-color: rgb(84,62,221); }
td.TdClassName
{
border-color: #543EDD;
}
.TagClassName
{
border-color: #543EDD;
}
</style>