Shades of Blue Gem #503F8D
Tints of Blue Gem #503F8D
RGB
CMYK
RGB Variations
Color information
#503F8D (or 0x503F8D) is known color: Blue Gem. HEX triplet: 50, 3F and 8D. RGB value is (80,63,141). Sum of RGB (Red+Green+Blue) = 80+63+141=284 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.17% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 141 - color contains mainly: blue. Hex color #503F8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F8D is #AFC072. Grayscale: #4C4C4C. Windows color (decimal): -11518067 or 9256784. OLE color: 9256784.
HSL color Cylindrical-coordinate representation of color #503F8D: hue angle of 253.08º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #503F8D is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 63 | 141 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.45 |
| HSL | 253.08º | 0.38% | 0.4% | - |
| HSV(B) | 253.08º | 0.55% | 0.55% | - |
| XYZ | 9.89 | 7.18 | 26.06 | - |
| YUV | 76.98 | 164.13 | 130.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 141 | 0.43 | 0.55 | 0 | 0.45 | 253.08 | 0.38 | 0.4 |
| Hex | 50 | 3F | 8D | 2B | 37 | 0 | 2D | FD | 26 | 28 |
| Octal | 120 | 77 | 215 | 53 | 67 | 0 | 55 | 375 | 46 | 50 |
| Binary | 1010000 | 111111 | 10001101 | 101011 | 110111 | 0 | 101101 | 11111101 | 100110 | 101000 |
Color Harmonies of #503F8D
Complementary color
Monochromatic Colors of #503F8D
Black with #503F8D
Text Example
Text Example
White with #503F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F8D; }
p { color: rgb(80,63,141); }
H1.HeaderClassName
{
color: #503F8D;
}
.AnyTagClassName
{
color: #503F8D;
}
</style>
background-color css
<style>
a { background-color: #503F8D; }
a { background-color: rgb(80,63,141); }
div.DivClassName
{
background-color: #503F8D;
}
.BgClassName
{
background-color: #503F8D;
}
</style>
border-color css
<style>
span { border-color: #503F8D; }
span { border-color: rgb(80,63,141); }
td.TdClassName
{
border-color: #503F8D;
}
.TagClassName
{
border-color: #503F8D;
}
</style>