Shades of Slate Blue #5140D3
Tints of Slate Blue #5140D3
RGB
CMYK
RGB Variations
Color information
#5140D3 (or 0x5140D3) is known color: Slate Blue. HEX triplet: 51, 40 and D3. RGB value is (81,64,211). Sum of RGB (Red+Green+Blue) = 81+64+211=356 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.75% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 211 (82.81% from 255 or 59.27% from 356); Max value from RGB is 211 - color contains mainly: blue. Hex color #5140D3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5140D3 is #AEBF2C. Grayscale: #555555. Windows color (decimal): -11452205 or 13844561. OLE color: 13844561.
HSL color Cylindrical-coordinate representation of color #5140D3: hue angle of 246.94º degrees, saturation: 0.63, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5140D3 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 81 | 64 | 211 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.17 |
| HSL | 246.94º | 0.63% | 0.54% | - |
| HSV(B) | 246.94º | 0.7% | 0.83% | - |
| XYZ | 16.98 | 10.12 | 62.69 | - |
| YUV | 85.84 | 198.63 | 124.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 64 | 211 | 0.62 | 0.70 | 0 | 0.17 | 246.94 | 0.63 | 0.54 |
| Hex | 51 | 40 | D3 | 3E | 46 | 0 | 11 | F7 | 3F | 36 |
| Octal | 121 | 100 | 323 | 76 | 106 | 0 | 21 | 367 | 77 | 66 |
| Binary | 1010001 | 1000000 | 11010011 | 111110 | 1000110 | 0 | 10001 | 11110111 | 111111 | 110110 |
Color Harmonies of #5140D3
Complementary color
Monochromatic Colors of #5140D3
Black with #5140D3
Text Example
Text Example
White with #5140D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5140D3; }
p { color: rgb(81,64,211); }
H1.HeaderClassName
{
color: #5140D3;
}
.AnyTagClassName
{
color: #5140D3;
}
</style>
background-color css
<style>
a { background-color: #5140D3; }
a { background-color: rgb(81,64,211); }
div.DivClassName
{
background-color: #5140D3;
}
.BgClassName
{
background-color: #5140D3;
}
</style>
border-color css
<style>
span { border-color: #5140D3; }
span { border-color: rgb(81,64,211); }
td.TdClassName
{
border-color: #5140D3;
}
.TagClassName
{
border-color: #5140D3;
}
</style>