Shades of Slate Blue #503EDA
Tints of Slate Blue #503EDA
RGB
CMYK
RGB Variations
Color information
#503EDA (or 0x503EDA) is known color: Slate Blue. HEX triplet: 50, 3E and DA. RGB value is (80,62,218). Sum of RGB (Red+Green+Blue) = 80+62+218=360 (47% of max value = 765). Red value is 80 (31.64% from 255 or 22.22% from 360); Green value is 62 (24.61% from 255 or 17.22% from 360); Blue value is 218 (85.55% from 255 or 60.56% from 360); Max value from RGB is 218 - color contains mainly: blue. Hex color #503EDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #503EDA is #AFC125. Grayscale: #545454. Windows color (decimal): -11518246 or 14302800. OLE color: 14302800.
HSL color Cylindrical-coordinate representation of color #503EDA: hue angle of 246.92º 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 #503EDA is Cyan = 0.63, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 80 | 62 | 218 | - |
| CMYK | 0.63 | 0.72 | 0 | 0.15 |
| HSL | 246.92º | 0.68% | 0.55% | - |
| HSV(B) | 246.92º | 0.72% | 0.85% | - |
| XYZ | 17.69 | 10.21 | 67.37 | - |
| YUV | 85.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 62 | 218 | 0.63 | 0.72 | 0 | 0.15 | 246.92 | 0.68 | 0.55 |
| Hex | 50 | 3E | DA | 3F | 48 | 0 | F | F7 | 44 | 37 |
| Octal | 120 | 76 | 332 | 77 | 110 | 0 | 17 | 367 | 104 | 67 |
| Binary | 1010000 | 111110 | 11011010 | 111111 | 1001000 | 0 | 1111 | 11110111 | 1000100 | 110111 |
Color Harmonies of #503EDA
Complementary color
Monochromatic Colors of #503EDA
Black with #503EDA
Text Example
Text Example
White with #503EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503EDA; }
p { color: rgb(80,62,218); }
H1.HeaderClassName
{
color: #503EDA;
}
.AnyTagClassName
{
color: #503EDA;
}
</style>
background-color css
<style>
a { background-color: #503EDA; }
a { background-color: rgb(80,62,218); }
div.DivClassName
{
background-color: #503EDA;
}
.BgClassName
{
background-color: #503EDA;
}
</style>
border-color css
<style>
span { border-color: #503EDA; }
span { border-color: rgb(80,62,218); }
td.TdClassName
{
border-color: #503EDA;
}
.TagClassName
{
border-color: #503EDA;
}
</style>