Shades of Slate Blue #543ED8
Tints of Slate Blue #543ED8
RGB
CMYK
RGB Variations
Color information
#543ED8 (or 0x543ED8) is known color: Slate Blue. HEX triplet: 54, 3E and D8. RGB value is (84,62,216). Sum of RGB (Red+Green+Blue) = 84+62+216=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 216 (84.77% from 255 or 59.67% from 362); Max value from RGB is 216 - color contains mainly: blue. Hex color #543ED8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543ED8 is #ABC127. Grayscale: #555555. Windows color (decimal): -11256104 or 14171732. OLE color: 14171732.
HSL color Cylindrical-coordinate representation of color #543ED8: hue angle of 248.57º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543ED8 is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 84 | 62 | 216 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.15 |
| HSL | 248.57º | 0.66% | 0.55% | - |
| HSV(B) | 248.57º | 0.71% | 0.85% | - |
| XYZ | 17.77 | 10.29 | 66.01 | - |
| YUV | 86.13 | 201.29 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 62 | 216 | 0.61 | 0.71 | 0 | 0.15 | 248.57 | 0.66 | 0.55 |
| Hex | 54 | 3E | D8 | 3D | 47 | 0 | F | F9 | 42 | 37 |
| Octal | 124 | 76 | 330 | 75 | 107 | 0 | 17 | 371 | 102 | 67 |
| Binary | 1010100 | 111110 | 11011000 | 111101 | 1000111 | 0 | 1111 | 11111001 | 1000010 | 110111 |
Color Harmonies of #543ED8
Complementary color
Monochromatic Colors of #543ED8
Black with #543ED8
Text Example
Text Example
White with #543ED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543ED8; }
p { color: rgb(84,62,216); }
H1.HeaderClassName
{
color: #543ED8;
}
.AnyTagClassName
{
color: #543ED8;
}
</style>
background-color css
<style>
a { background-color: #543ED8; }
a { background-color: rgb(84,62,216); }
div.DivClassName
{
background-color: #543ED8;
}
.BgClassName
{
background-color: #543ED8;
}
</style>
border-color css
<style>
span { border-color: #543ED8; }
span { border-color: rgb(84,62,216); }
td.TdClassName
{
border-color: #543ED8;
}
.TagClassName
{
border-color: #543ED8;
}
</style>