Shades of Blue Gem #503C8D
Tints of Blue Gem #503C8D
RGB
CMYK
RGB Variations
Color information
#503C8D (or 0x503C8D) is known color: Blue Gem. HEX triplet: 50, 3C and 8D. RGB value is (80,60,141). Sum of RGB (Red+Green+Blue) = 80+60+141=281 (37% of max value = 765). Red value is 80 (31.64% from 255 or 28.47% from 281); Green value is 60 (23.83% from 255 or 21.35% from 281); Blue value is 141 (55.47% from 255 or 50.18% from 281); Max value from RGB is 141 - color contains mainly: blue. Hex color #503C8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503C8D is #AFC372. Grayscale: #4A4A4A. Windows color (decimal): -11518835 or 9256016. OLE color: 9256016.
HSL color Cylindrical-coordinate representation of color #503C8D: hue angle of 254.81º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #503C8D is Cyan = 0.43, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 80 | 60 | 141 | - |
| CMYK | 0.43 | 0.57 | 0 | 0.45 |
| HSL | 254.81º | 0.4% | 0.39% | - |
| HSV(B) | 254.81º | 0.57% | 0.55% | - |
| XYZ | 9.73 | 6.86 | 26.01 | - |
| YUV | 75.21 | 165.13 | 131.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 60 | 141 | 0.43 | 0.57 | 0 | 0.45 | 254.81 | 0.4 | 0.39 |
| Hex | 50 | 3C | 8D | 2B | 39 | 0 | 2D | FF | 28 | 27 |
| Octal | 120 | 74 | 215 | 53 | 71 | 0 | 55 | 377 | 50 | 47 |
| Binary | 1010000 | 111100 | 10001101 | 101011 | 111001 | 0 | 101101 | 11111111 | 101000 | 100111 |
Color Harmonies of #503C8D
Complementary color
Monochromatic Colors of #503C8D
Black with #503C8D
Text Example
Text Example
White with #503C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #503C8D; }
p { color: rgb(80,60,141); }
H1.HeaderClassName
{
color: #503C8D;
}
.AnyTagClassName
{
color: #503C8D;
}
</style>
background-color css
<style>
a { background-color: #503C8D; }
a { background-color: rgb(80,60,141); }
div.DivClassName
{
background-color: #503C8D;
}
.BgClassName
{
background-color: #503C8D;
}
</style>
border-color css
<style>
span { border-color: #503C8D; }
span { border-color: rgb(80,60,141); }
td.TdClassName
{
border-color: #503C8D;
}
.TagClassName
{
border-color: #503C8D;
}
</style>