Shades of Slate Blue #5145DC
Tints of Slate Blue #5145DC
RGB
CMYK
RGB Variations
Color information
#5145DC (or 0x5145DC) is known color: Slate Blue. HEX triplet: 51, 45 and DC. RGB value is (81,69,220). Sum of RGB (Red+Green+Blue) = 81+69+220=370 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.89% from 370); Green value is 69 (27.34% from 255 or 18.65% from 370); Blue value is 220 (86.33% from 255 or 59.46% from 370); Max value from RGB is 220 - color contains mainly: blue. Hex color #5145DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5145DC is #AEBA23. Grayscale: #595959. Windows color (decimal): -11450916 or 14435665. OLE color: 14435665.
HSL color Cylindrical-coordinate representation of color #5145DC: hue angle of 244.77º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5145DC is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 69 | 220 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.14 |
| HSL | 244.77º | 0.68% | 0.57% | - |
| HSV(B) | 244.77º | 0.69% | 0.86% | - |
| XYZ | 18.44 | 11.17 | 68.89 | - |
| YUV | 89.8 | 201.48 | 121.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 69 | 220 | 0.63 | 0.69 | 0 | 0.14 | 244.77 | 0.68 | 0.57 |
| Hex | 51 | 45 | DC | 3F | 45 | 0 | E | F5 | 44 | 39 |
| Octal | 121 | 105 | 334 | 77 | 105 | 0 | 16 | 365 | 104 | 71 |
| Binary | 1010001 | 1000101 | 11011100 | 111111 | 1000101 | 0 | 1110 | 11110101 | 1000100 | 111001 |
Color Harmonies of #5145DC
Complementary color
Monochromatic Colors of #5145DC
Black with #5145DC
Text Example
Text Example
White with #5145DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5145DC; }
p { color: rgb(81,69,220); }
H1.HeaderClassName
{
color: #5145DC;
}
.AnyTagClassName
{
color: #5145DC;
}
</style>
background-color css
<style>
a { background-color: #5145DC; }
a { background-color: rgb(81,69,220); }
div.DivClassName
{
background-color: #5145DC;
}
.BgClassName
{
background-color: #5145DC;
}
</style>
border-color css
<style>
span { border-color: #5145DC; }
span { border-color: rgb(81,69,220); }
td.TdClassName
{
border-color: #5145DC;
}
.TagClassName
{
border-color: #5145DC;
}
</style>