Shades of Blue Gem #503C8F
Tints of Blue Gem #503C8F
RGB
CMYK
RGB Variations
Color information
#503C8F (or 0x503C8F) is known color: Blue Gem. HEX triplet: 50, 3C and 8F. RGB value is (80,60,143). Sum of RGB (Red+Green+Blue) = 80+60+143=283 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.27% from 283); Green value is 60 (23.83% from 255 or 21.20% from 283); Blue value is 143 (56.25% from 255 or 50.53% from 283); Max value from RGB is 143 - color contains mainly: blue. Hex color #503C8F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503C8F is #AFC370. Grayscale: #4B4B4B. Windows color (decimal): -11518833 or 9387088. OLE color: 9387088.
HSL color Cylindrical-coordinate representation of color #503C8F: hue angle of 254.46º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503C8F is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 80 | 60 | 143 | - |
| CMYK | 0.44 | 0.58 | 0 | 0.44 |
| HSL | 254.46º | 0.41% | 0.4% | - |
| HSV(B) | 254.46º | 0.58% | 0.56% | - |
| XYZ | 9.88 | 6.92 | 26.8 | - |
| YUV | 75.44 | 166.13 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 143 | 0.44 | 0.58 | 0 | 0.44 | 254.46 | 0.41 | 0.4 |
| Hex | 50 | 3C | 8F | 2C | 3A | 0 | 2C | FE | 29 | 28 |
| Octal | 120 | 74 | 217 | 54 | 72 | 0 | 54 | 376 | 51 | 50 |
| Binary | 1010000 | 111100 | 10001111 | 101100 | 111010 | 0 | 101100 | 11111110 | 101001 | 101000 |
Color Harmonies of #503C8F
Complementary color
Monochromatic Colors of #503C8F
Black with #503C8F
Text Example
Text Example
White with #503C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C8F; }
p { color: rgb(80,60,143); }
H1.HeaderClassName
{
color: #503C8F;
}
.AnyTagClassName
{
color: #503C8F;
}
</style>
background-color css
<style>
a { background-color: #503C8F; }
a { background-color: rgb(80,60,143); }
div.DivClassName
{
background-color: #503C8F;
}
.BgClassName
{
background-color: #503C8F;
}
</style>
border-color css
<style>
span { border-color: #503C8F; }
span { border-color: rgb(80,60,143); }
td.TdClassName
{
border-color: #503C8F;
}
.TagClassName
{
border-color: #503C8F;
}
</style>