Shades of Moody Blue #7F73BC
Tints of Moody Blue #7F73BC
RGB
CMYK
RGB Variations
Color information
#7F73BC (or 0x7F73BC) is known color: Moody Blue. HEX triplet: 7F, 73 and BC. RGB value is (127,115,188). Sum of RGB (Red+Green+Blue) = 127+115+188=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 115 (45.31% from 255 or 26.74% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F73BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F73BC is #808C43. Grayscale: #7E7E7E. Windows color (decimal): -8424516 or 12350335. OLE color: 12350335.
HSL color Cylindrical-coordinate representation of color #7F73BC: hue angle of 249.86º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F73BC is Cyan = 0.32, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 115 | 188 | - |
| CMYK | 0.32 | 0.39 | 0 | 0.26 |
| HSL | 249.86º | 0.35% | 0.59% | - |
| HSV(B) | 249.86º | 0.39% | 0.74% | - |
| XYZ | 23.96 | 20.4 | 50.25 | - |
| YUV | 126.91 | 162.48 | 128.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 115 | 188 | 0.32 | 0.39 | 0 | 0.26 | 249.86 | 0.35 | 0.59 |
| Hex | 7F | 73 | BC | 20 | 27 | 0 | 1A | FA | 23 | 3B |
| Octal | 177 | 163 | 274 | 40 | 47 | 0 | 32 | 372 | 43 | 73 |
| Binary | 1111111 | 1110011 | 10111100 | 100000 | 100111 | 0 | 11010 | 11111010 | 100011 | 111011 |
Color Harmonies of #7F73BC
Complementary color
Monochromatic Colors of #7F73BC
Black with #7F73BC
Text Example
Text Example
White with #7F73BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F73BC; }
p { color: rgb(127,115,188); }
H1.HeaderClassName
{
color: #7F73BC;
}
.AnyTagClassName
{
color: #7F73BC;
}
</style>
background-color css
<style>
a { background-color: #7F73BC; }
a { background-color: rgb(127,115,188); }
div.DivClassName
{
background-color: #7F73BC;
}
.BgClassName
{
background-color: #7F73BC;
}
</style>
border-color css
<style>
span { border-color: #7F73BC; }
span { border-color: rgb(127,115,188); }
td.TdClassName
{
border-color: #7F73BC;
}
.TagClassName
{
border-color: #7F73BC;
}
</style>