Shades of Slate Blue #543EDA
Tints of Slate Blue #543EDA
RGB
CMYK
RGB Variations
Color information
#543EDA (or 0x543EDA) is known color: Slate Blue. HEX triplet: 54, 3E and DA. RGB value is (84,62,218). Sum of RGB (Red+Green+Blue) = 84+62+218=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 62 (24.61% from 255 or 17.03% from 364); Blue value is 218 (85.55% from 255 or 59.89% from 364); Max value from RGB is 218 - color contains mainly: blue. Hex color #543EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543EDA is #ABC125. Grayscale: #555555. Windows color (decimal): -11256102 or 14302804. OLE color: 14302804.
HSL color Cylindrical-coordinate representation of color #543EDA: hue angle of 248.46º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #543EDA is Cyan = 0.61, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 62 | 218 | - |
| CMYK | 0.61 | 0.72 | 0 | 0.15 |
| HSL | 248.46º | 0.68% | 0.55% | - |
| HSV(B) | 248.46º | 0.72% | 0.85% | - |
| XYZ | 18.03 | 10.39 | 67.39 | - |
| YUV | 86.36 | 202.29 | 126.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 218 | 0.61 | 0.72 | 0 | 0.15 | 248.46 | 0.68 | 0.55 |
| Hex | 54 | 3E | DA | 3D | 48 | 0 | F | F8 | 44 | 37 |
| Octal | 124 | 76 | 332 | 75 | 110 | 0 | 17 | 370 | 104 | 67 |
| Binary | 1010100 | 111110 | 11011010 | 111101 | 1001000 | 0 | 1111 | 11111000 | 1000100 | 110111 |
Color Harmonies of #543EDA
Complementary color
Monochromatic Colors of #543EDA
Black with #543EDA
Text Example
Text Example
White with #543EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543EDA; }
p { color: rgb(84,62,218); }
H1.HeaderClassName
{
color: #543EDA;
}
.AnyTagClassName
{
color: #543EDA;
}
</style>
background-color css
<style>
a { background-color: #543EDA; }
a { background-color: rgb(84,62,218); }
div.DivClassName
{
background-color: #543EDA;
}
.BgClassName
{
background-color: #543EDA;
}
</style>
border-color css
<style>
span { border-color: #543EDA; }
span { border-color: rgb(84,62,218); }
td.TdClassName
{
border-color: #543EDA;
}
.TagClassName
{
border-color: #543EDA;
}
</style>