Shades of Blue Gem #503F93
Tints of Blue Gem #503F93
RGB
CMYK
RGB Variations
Color information
#503F93 (or 0x503F93) is known color: Blue Gem. HEX triplet: 50, 3F and 93. RGB value is (80,63,147). Sum of RGB (Red+Green+Blue) = 80+63+147=290 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.59% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 147 (57.81% from 255 or 50.69% from 290); Max value from RGB is 147 - color contains mainly: blue. Hex color #503F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F93 is #AFC06C. Grayscale: #4D4D4D. Windows color (decimal): -11518061 or 9650000. OLE color: 9650000.
HSL color Cylindrical-coordinate representation of color #503F93: hue angle of 252.14º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503F93 is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 80 | 63 | 147 | - |
| CMYK | 0.46 | 0.57 | 0 | 0.42 |
| HSL | 252.14º | 0.4% | 0.41% | - |
| HSV(B) | 252.14º | 0.57% | 0.58% | - |
| XYZ | 10.35 | 7.37 | 28.48 | - |
| YUV | 77.66 | 167.13 | 129.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 147 | 0.46 | 0.57 | 0 | 0.42 | 252.14 | 0.4 | 0.41 |
| Hex | 50 | 3F | 93 | 2E | 39 | 0 | 2A | FC | 28 | 29 |
| Octal | 120 | 77 | 223 | 56 | 71 | 0 | 52 | 374 | 50 | 51 |
| Binary | 1010000 | 111111 | 10010011 | 101110 | 111001 | 0 | 101010 | 11111100 | 101000 | 101001 |
Color Harmonies of #503F93
Complementary color
Monochromatic Colors of #503F93
Black with #503F93
Text Example
Text Example
White with #503F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F93; }
p { color: rgb(80,63,147); }
H1.HeaderClassName
{
color: #503F93;
}
.AnyTagClassName
{
color: #503F93;
}
</style>
background-color css
<style>
a { background-color: #503F93; }
a { background-color: rgb(80,63,147); }
div.DivClassName
{
background-color: #503F93;
}
.BgClassName
{
background-color: #503F93;
}
</style>
border-color css
<style>
span { border-color: #503F93; }
span { border-color: rgb(80,63,147); }
td.TdClassName
{
border-color: #503F93;
}
.TagClassName
{
border-color: #503F93;
}
</style>