Shades of Slate Blue #503FD1
Tints of Slate Blue #503FD1
RGB
CMYK
RGB Variations
Color information
#503FD1 (or 0x503FD1) is known color: Slate Blue. HEX triplet: 50, 3F and D1. RGB value is (80,63,209). Sum of RGB (Red+Green+Blue) = 80+63+209=352 (46% of max value = 765). Red value is 80 (31.64% from 255 or 22.73% from 352); Green value is 63 (25% from 255 or 17.90% from 352); Blue value is 209 (82.03% from 255 or 59.38% from 352); Max value from RGB is 209 - color contains mainly: blue. Hex color #503FD1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503FD1 is #AFC02E. Grayscale: #545454. Windows color (decimal): -11517999 or 13713232. OLE color: 13713232.
HSL color Cylindrical-coordinate representation of color #503FD1: hue angle of 246.99º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #503FD1 is Cyan = 0.62, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 80 | 63 | 209 | - |
| CMYK | 0.62 | 0.70 | 0 | 0.18 |
| HSL | 246.99º | 0.61% | 0.53% | - |
| HSV(B) | 246.99º | 0.7% | 0.82% | - |
| XYZ | 16.59 | 9.86 | 61.35 | - |
| YUV | 84.73 | 198.13 | 124.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 209 | 0.62 | 0.70 | 0 | 0.18 | 246.99 | 0.61 | 0.53 |
| Hex | 50 | 3F | D1 | 3E | 46 | 0 | 12 | F7 | 3D | 35 |
| Octal | 120 | 77 | 321 | 76 | 106 | 0 | 22 | 367 | 75 | 65 |
| Binary | 1010000 | 111111 | 11010001 | 111110 | 1000110 | 0 | 10010 | 11110111 | 111101 | 110101 |
Color Harmonies of #503FD1
Complementary color
Monochromatic Colors of #503FD1
Black with #503FD1
Text Example
Text Example
White with #503FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503FD1; }
p { color: rgb(80,63,209); }
H1.HeaderClassName
{
color: #503FD1;
}
.AnyTagClassName
{
color: #503FD1;
}
</style>
background-color css
<style>
a { background-color: #503FD1; }
a { background-color: rgb(80,63,209); }
div.DivClassName
{
background-color: #503FD1;
}
.BgClassName
{
background-color: #503FD1;
}
</style>
border-color css
<style>
span { border-color: #503FD1; }
span { border-color: rgb(80,63,209); }
td.TdClassName
{
border-color: #503FD1;
}
.TagClassName
{
border-color: #503FD1;
}
</style>