Shades of Slate Blue #5149DC
Tints of Slate Blue #5149DC
RGB
CMYK
RGB Variations
Color information
#5149DC (or 0x5149DC) is known color: Slate Blue. HEX triplet: 51, 49 and DC. RGB value is (81,73,220). Sum of RGB (Red+Green+Blue) = 81+73+220=374 (49% of max value = 765). Red value is 81 (32.03% from 255 or 21.66% from 374); Green value is 73 (28.91% from 255 or 19.52% from 374); Blue value is 220 (86.33% from 255 or 58.82% from 374); Max value from RGB is 220 - color contains mainly: blue. Hex color #5149DC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5149DC is #AEB623. Grayscale: #5B5B5B. Windows color (decimal): -11449892 or 14436689. OLE color: 14436689.
HSL color Cylindrical-coordinate representation of color #5149DC: hue angle of 243.27º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5149DC is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 81 | 73 | 220 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.14 |
| HSL | 243.27º | 0.68% | 0.57% | - |
| HSV(B) | 243.27º | 0.67% | 0.86% | - |
| XYZ | 18.69 | 11.68 | 68.98 | - |
| YUV | 92.15 | 200.15 | 120.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 73 | 220 | 0.63 | 0.67 | 0 | 0.14 | 243.27 | 0.68 | 0.57 |
| Hex | 51 | 49 | DC | 3F | 43 | 0 | E | F3 | 44 | 39 |
| Octal | 121 | 111 | 334 | 77 | 103 | 0 | 16 | 363 | 104 | 71 |
| Binary | 1010001 | 1001001 | 11011100 | 111111 | 1000011 | 0 | 1110 | 11110011 | 1000100 | 111001 |
Color Harmonies of #5149DC
Complementary color
Monochromatic Colors of #5149DC
Black with #5149DC
Text Example
Text Example
White with #5149DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5149DC; }
p { color: rgb(81,73,220); }
H1.HeaderClassName
{
color: #5149DC;
}
.AnyTagClassName
{
color: #5149DC;
}
</style>
background-color css
<style>
a { background-color: #5149DC; }
a { background-color: rgb(81,73,220); }
div.DivClassName
{
background-color: #5149DC;
}
.BgClassName
{
background-color: #5149DC;
}
</style>
border-color css
<style>
span { border-color: #5149DC; }
span { border-color: rgb(81,73,220); }
td.TdClassName
{
border-color: #5149DC;
}
.TagClassName
{
border-color: #5149DC;
}
</style>