Shades of Blue Gem #503D8F
Tints of Blue Gem #503D8F
RGB
CMYK
RGB Variations
Color information
#503D8F (or 0x503D8F) is known color: Blue Gem. HEX triplet: 50, 3D and 8F. RGB value is (80,61,143). Sum of RGB (Red+Green+Blue) = 80+61+143=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 61 (24.22% from 255 or 21.48% from 284); Blue value is 143 (56.25% from 255 or 50.35% from 284); Max value from RGB is 143 - color contains mainly: blue. Hex color #503D8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D8F is #AFC270. Grayscale: #4B4B4B. Windows color (decimal): -11518577 or 9387344. OLE color: 9387344.
HSL color Cylindrical-coordinate representation of color #503D8F: hue angle of 253.9º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503D8F is Cyan = 0.44, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 61 | 143 | - |
| CMYK | 0.44 | 0.57 | 0 | 0.44 |
| HSL | 253.9º | 0.4% | 0.4% | - |
| HSV(B) | 253.9º | 0.57% | 0.56% | - |
| XYZ | 9.93 | 7.03 | 26.82 | - |
| YUV | 76.03 | 165.79 | 130.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 61 | 143 | 0.44 | 0.57 | 0 | 0.44 | 253.9 | 0.4 | 0.4 |
| Hex | 50 | 3D | 8F | 2C | 39 | 0 | 2C | FE | 28 | 28 |
| Octal | 120 | 75 | 217 | 54 | 71 | 0 | 54 | 376 | 50 | 50 |
| Binary | 1010000 | 111101 | 10001111 | 101100 | 111001 | 0 | 101100 | 11111110 | 101000 | 101000 |
Color Harmonies of #503D8F
Complementary color
Monochromatic Colors of #503D8F
Black with #503D8F
Text Example
Text Example
White with #503D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503D8F; }
p { color: rgb(80,61,143); }
H1.HeaderClassName
{
color: #503D8F;
}
.AnyTagClassName
{
color: #503D8F;
}
</style>
background-color css
<style>
a { background-color: #503D8F; }
a { background-color: rgb(80,61,143); }
div.DivClassName
{
background-color: #503D8F;
}
.BgClassName
{
background-color: #503D8F;
}
</style>
border-color css
<style>
span { border-color: #503D8F; }
span { border-color: rgb(80,61,143); }
td.TdClassName
{
border-color: #503D8F;
}
.TagClassName
{
border-color: #503D8F;
}
</style>