Shades of Slate Blue #503DD7
Tints of Slate Blue #503DD7
RGB
CMYK
RGB Variations
Color information
#503DD7 (or 0x503DD7) is known color: Slate Blue. HEX triplet: 50, 3D and D7. RGB value is (80,61,215). Sum of RGB (Red+Green+Blue) = 80+61+215=356 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.47% from 356); Green value is 61 (24.22% from 255 or 17.13% from 356); Blue value is 215 (84.38% from 255 or 60.39% from 356); Max value from RGB is 215 - color contains mainly: blue. Hex color #503DD7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DD7 is #AFC228. Grayscale: #535353. Windows color (decimal): -11518505 or 14105936. OLE color: 14105936.
HSL color Cylindrical-coordinate representation of color #503DD7: hue angle of 247.4º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503DD7 is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 80 | 61 | 215 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.16 |
| HSL | 247.4º | 0.66% | 0.54% | - |
| HSV(B) | 247.4º | 0.72% | 0.84% | - |
| XYZ | 17.24 | 9.95 | 65.3 | - |
| YUV | 84.24 | 201.79 | 124.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 215 | 0.63 | 0.72 | 0 | 0.16 | 247.4 | 0.66 | 0.54 |
| Hex | 50 | 3D | D7 | 3F | 48 | 0 | 10 | F7 | 42 | 36 |
| Octal | 120 | 75 | 327 | 77 | 110 | 0 | 20 | 367 | 102 | 66 |
| Binary | 1010000 | 111101 | 11010111 | 111111 | 1001000 | 0 | 10000 | 11110111 | 1000010 | 110110 |
Color Harmonies of #503DD7
Complementary color
Monochromatic Colors of #503DD7
Black with #503DD7
Text Example
Text Example
White with #503DD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DD7; }
p { color: rgb(80,61,215); }
H1.HeaderClassName
{
color: #503DD7;
}
.AnyTagClassName
{
color: #503DD7;
}
</style>
background-color css
<style>
a { background-color: #503DD7; }
a { background-color: rgb(80,61,215); }
div.DivClassName
{
background-color: #503DD7;
}
.BgClassName
{
background-color: #503DD7;
}
</style>
border-color css
<style>
span { border-color: #503DD7; }
span { border-color: rgb(80,61,215); }
td.TdClassName
{
border-color: #503DD7;
}
.TagClassName
{
border-color: #503DD7;
}
</style>