Shades of Slate Blue #544DC9
Tints of Slate Blue #544DC9
RGB
CMYK
RGB Variations
Color information
#544DC9 (or 0x544DC9) is known color: Slate Blue. HEX triplet: 54, 4D and C9. RGB value is (84,77,201). Sum of RGB (Red+Green+Blue) = 84+77+201=362 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.20% from 362); Green value is 77 (30.47% from 255 or 21.27% from 362); Blue value is 201 (78.91% from 255 or 55.52% from 362); Max value from RGB is 201 - color contains mainly: blue. Hex color #544DC9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #544DC9 is #ABB236. Grayscale: #5C5C5C. Windows color (decimal): -11252279 or 13192532. OLE color: 13192532.
HSL color Cylindrical-coordinate representation of color #544DC9: hue angle of 243.39º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #544DC9 is Cyan = 0.58, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 84 | 77 | 201 | - |
| CMYK | 0.58 | 0.62 | 0 | 0.21 |
| HSL | 243.39º | 0.53% | 0.55% | - |
| HSV(B) | 243.39º | 0.62% | 0.79% | - |
| XYZ | 16.85 | 11.41 | 56.57 | - |
| YUV | 93.23 | 188.82 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 84 | 77 | 201 | 0.58 | 0.62 | 0 | 0.21 | 243.39 | 0.53 | 0.55 |
| Hex | 54 | 4D | C9 | 3A | 3E | 0 | 15 | F3 | 35 | 37 |
| Octal | 124 | 115 | 311 | 72 | 76 | 0 | 25 | 363 | 65 | 67 |
| Binary | 1010100 | 1001101 | 11001001 | 111010 | 111110 | 0 | 10101 | 11110011 | 110101 | 110111 |
Color Harmonies of #544DC9
Complementary color
Monochromatic Colors of #544DC9
Black with #544DC9
Text Example
Text Example
White with #544DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #544DC9; }
p { color: rgb(84,77,201); }
H1.HeaderClassName
{
color: #544DC9;
}
.AnyTagClassName
{
color: #544DC9;
}
</style>
background-color css
<style>
a { background-color: #544DC9; }
a { background-color: rgb(84,77,201); }
div.DivClassName
{
background-color: #544DC9;
}
.BgClassName
{
background-color: #544DC9;
}
</style>
border-color css
<style>
span { border-color: #544DC9; }
span { border-color: rgb(84,77,201); }
td.TdClassName
{
border-color: #544DC9;
}
.TagClassName
{
border-color: #544DC9;
}
</style>