Shades of Slate Blue #503DDA
Tints of Slate Blue #503DDA
RGB
CMYK
RGB Variations
Color information
#503DDA (or 0x503DDA) is known color: Slate Blue. HEX triplet: 50, 3D and DA. RGB value is (80,61,218). Sum of RGB (Red+Green+Blue) = 80+61+218=359 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.28% from 359); Green value is 61 (24.22% from 255 or 16.99% from 359); Blue value is 218 (85.55% from 255 or 60.72% from 359); Max value from RGB is 218 - color contains mainly: blue. Hex color #503DDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503DDA is #AFC225. Grayscale: #535353. Windows color (decimal): -11518502 or 14302544. OLE color: 14302544.
HSL color Cylindrical-coordinate representation of color #503DDA: hue angle of 247.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #503DDA is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 61 | 218 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.15 |
| HSL | 247.26º | 0.68% | 0.55% | - |
| HSV(B) | 247.26º | 0.72% | 0.85% | - |
| XYZ | 17.63 | 10.1 | 67.35 | - |
| YUV | 84.58 | 203.29 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 218 | 0.63 | 0.72 | 0 | 0.15 | 247.26 | 0.68 | 0.55 |
| Hex | 50 | 3D | DA | 3F | 48 | 0 | F | F7 | 44 | 37 |
| Octal | 120 | 75 | 332 | 77 | 110 | 0 | 17 | 367 | 104 | 67 |
| Binary | 1010000 | 111101 | 11011010 | 111111 | 1001000 | 0 | 1111 | 11110111 | 1000100 | 110111 |
Color Harmonies of #503DDA
Complementary color
Monochromatic Colors of #503DDA
Black with #503DDA
Text Example
Text Example
White with #503DDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503DDA; }
p { color: rgb(80,61,218); }
H1.HeaderClassName
{
color: #503DDA;
}
.AnyTagClassName
{
color: #503DDA;
}
</style>
background-color css
<style>
a { background-color: #503DDA; }
a { background-color: rgb(80,61,218); }
div.DivClassName
{
background-color: #503DDA;
}
.BgClassName
{
background-color: #503DDA;
}
</style>
border-color css
<style>
span { border-color: #503DDA; }
span { border-color: rgb(80,61,218); }
td.TdClassName
{
border-color: #503DDA;
}
.TagClassName
{
border-color: #503DDA;
}
</style>