Shades of Blue Gem #503F8B
Tints of Blue Gem #503F8B
RGB
CMYK
RGB Variations
Color information
#503F8B (or 0x503F8B) is known color: Blue Gem. HEX triplet: 50, 3F and 8B. RGB value is (80,63,139). Sum of RGB (Red+Green+Blue) = 80+63+139=282 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.37% from 282); Green value is 63 (25% from 255 or 22.34% from 282); Blue value is 139 (54.69% from 255 or 49.29% from 282); Max value from RGB is 139 - color contains mainly: blue. Hex color #503F8B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F8B is #AFC074. Grayscale: #4C4C4C. Windows color (decimal): -11518069 or 9125712. OLE color: 9125712.
HSL color Cylindrical-coordinate representation of color #503F8B: hue angle of 253.42º 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 #503F8B is Cyan = 0.42, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 63 | 139 | - |
| CMYK | 0.42 | 0.55 | 0 | 0.45 |
| HSL | 253.42º | 0.38% | 0.4% | - |
| HSV(B) | 253.42º | 0.55% | 0.55% | - |
| XYZ | 9.75 | 7.12 | 25.29 | - |
| YUV | 76.75 | 163.13 | 130.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 63 | 139 | 0.42 | 0.55 | 0 | 0.45 | 253.42 | 0.38 | 0.4 |
| Hex | 50 | 3F | 8B | 2A | 37 | 0 | 2D | FD | 26 | 28 |
| Octal | 120 | 77 | 213 | 52 | 67 | 0 | 55 | 375 | 46 | 50 |
| Binary | 1010000 | 111111 | 10001011 | 101010 | 110111 | 0 | 101101 | 11111101 | 100110 | 101000 |
Color Harmonies of #503F8B
Complementary color
Monochromatic Colors of #503F8B
Black with #503F8B
Text Example
Text Example
White with #503F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503F8B; }
p { color: rgb(80,63,139); }
H1.HeaderClassName
{
color: #503F8B;
}
.AnyTagClassName
{
color: #503F8B;
}
</style>
background-color css
<style>
a { background-color: #503F8B; }
a { background-color: rgb(80,63,139); }
div.DivClassName
{
background-color: #503F8B;
}
.BgClassName
{
background-color: #503F8B;
}
</style>
border-color css
<style>
span { border-color: #503F8B; }
span { border-color: rgb(80,63,139); }
td.TdClassName
{
border-color: #503F8B;
}
.TagClassName
{
border-color: #503F8B;
}
</style>