Shades of Blue Gem #503F8C
Tints of Blue Gem #503F8C
RGB
CMYK
RGB Variations
Color information
#503F8C (or 0x503F8C) is known color: Blue Gem. HEX triplet: 50, 3F and 8C. RGB value is (80,63,140). Sum of RGB (Red+Green+Blue) = 80+63+140=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 63 (25% from 255 or 22.26% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 140 - color contains mainly: blue. Hex color #503F8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F8C is #AFC073. Grayscale: #4C4C4C. Windows color (decimal): -11518068 or 9191248. OLE color: 9191248.
HSL color Cylindrical-coordinate representation of color #503F8C: hue angle of 253.25º 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 #503F8C is Cyan = 0.43, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 63 | 140 | - |
| CMYK | 0.43 | 0.55 | 0 | 0.45 |
| HSL | 253.25º | 0.38% | 0.4% | - |
| HSV(B) | 253.25º | 0.55% | 0.55% | - |
| XYZ | 9.82 | 7.15 | 25.67 | - |
| YUV | 76.86 | 163.63 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 140 | 0.43 | 0.55 | 0 | 0.45 | 253.25 | 0.38 | 0.4 |
| Hex | 50 | 3F | 8C | 2B | 37 | 0 | 2D | FD | 26 | 28 |
| Octal | 120 | 77 | 214 | 53 | 67 | 0 | 55 | 375 | 46 | 50 |
| Binary | 1010000 | 111111 | 10001100 | 101011 | 110111 | 0 | 101101 | 11111101 | 100110 | 101000 |
Color Harmonies of #503F8C
Complementary color
Monochromatic Colors of #503F8C
Black with #503F8C
Text Example
Text Example
White with #503F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F8C; }
p { color: rgb(80,63,140); }
H1.HeaderClassName
{
color: #503F8C;
}
.AnyTagClassName
{
color: #503F8C;
}
</style>
background-color css
<style>
a { background-color: #503F8C; }
a { background-color: rgb(80,63,140); }
div.DivClassName
{
background-color: #503F8C;
}
.BgClassName
{
background-color: #503F8C;
}
</style>
border-color css
<style>
span { border-color: #503F8C; }
span { border-color: rgb(80,63,140); }
td.TdClassName
{
border-color: #503F8C;
}
.TagClassName
{
border-color: #503F8C;
}
</style>