Shades of Slate Blue #543FDB
Tints of Slate Blue #543FDB
RGB
CMYK
RGB Variations
Color information
#543FDB (or 0x543FDB) is known color: Slate Blue. HEX triplet: 54, 3F and DB. RGB value is (84,63,219). Sum of RGB (Red+Green+Blue) = 84+63+219=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 63 (25% from 255 or 17.21% from 366); Blue value is 219 (85.94% from 255 or 59.84% from 366); Max value from RGB is 219 - color contains mainly: blue. Hex color #543FDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #543FDB is #ABC024. Grayscale: #565656. Windows color (decimal): -11255845 or 14368596. OLE color: 14368596.
HSL color Cylindrical-coordinate representation of color #543FDB: hue angle of 248.08º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #543FDB is Cyan = 0.62, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 84 | 63 | 219 | - |
| CMYK | 0.62 | 0.71 | 0 | 0.14 |
| HSL | 248.08º | 0.68% | 0.55% | - |
| HSV(B) | 248.08º | 0.71% | 0.86% | - |
| XYZ | 18.22 | 10.55 | 68.09 | - |
| YUV | 87.06 | 202.46 | 125.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 63 | 219 | 0.62 | 0.71 | 0 | 0.14 | 248.08 | 0.68 | 0.55 |
| Hex | 54 | 3F | DB | 3E | 47 | 0 | E | F8 | 44 | 37 |
| Octal | 124 | 77 | 333 | 76 | 107 | 0 | 16 | 370 | 104 | 67 |
| Binary | 1010100 | 111111 | 11011011 | 111110 | 1000111 | 0 | 1110 | 11111000 | 1000100 | 110111 |
Color Harmonies of #543FDB
Complementary color
Monochromatic Colors of #543FDB
Black with #543FDB
Text Example
Text Example
White with #543FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #543FDB; }
p { color: rgb(84,63,219); }
H1.HeaderClassName
{
color: #543FDB;
}
.AnyTagClassName
{
color: #543FDB;
}
</style>
background-color css
<style>
a { background-color: #543FDB; }
a { background-color: rgb(84,63,219); }
div.DivClassName
{
background-color: #543FDB;
}
.BgClassName
{
background-color: #543FDB;
}
</style>
border-color css
<style>
span { border-color: #543FDB; }
span { border-color: rgb(84,63,219); }
td.TdClassName
{
border-color: #543FDB;
}
.TagClassName
{
border-color: #543FDB;
}
</style>