Shades of Moody Blue #7F76BC
Tints of Moody Blue #7F76BC
RGB
CMYK
RGB Variations
Color information
#7F76BC (or 0x7F76BC) is known color: Moody Blue. HEX triplet: 7F, 76 and BC. RGB value is (127,118,188). Sum of RGB (Red+Green+Blue) = 127+118+188=433 (57% of max value = 765). Red value is 127 (50% from 255 or 29.33% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 188 (73.83% from 255 or 43.42% from 433); Max value from RGB is 188 - color contains mainly: blue. Hex color #7F76BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7F76BC is #808943. Grayscale: #808080. Windows color (decimal): -8423748 or 12351103. OLE color: 12351103.
HSL color Cylindrical-coordinate representation of color #7F76BC: hue angle of 247.71º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F76BC is Cyan = 0.32, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 127 | 118 | 188 | - |
| CMYK | 0.32 | 0.37 | 0 | 0.26 |
| HSL | 247.71º | 0.34% | 0.6% | - |
| HSV(B) | 247.71º | 0.37% | 0.74% | - |
| XYZ | 24.31 | 21.1 | 50.37 | - |
| YUV | 128.67 | 161.48 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 118 | 188 | 0.32 | 0.37 | 0 | 0.26 | 247.71 | 0.34 | 0.6 |
| Hex | 7F | 76 | BC | 20 | 25 | 0 | 1A | F8 | 22 | 3C |
| Octal | 177 | 166 | 274 | 40 | 45 | 0 | 32 | 370 | 42 | 74 |
| Binary | 1111111 | 1110110 | 10111100 | 100000 | 100101 | 0 | 11010 | 11111000 | 100010 | 111100 |
Color Harmonies of #7F76BC
Complementary color
Monochromatic Colors of #7F76BC
Black with #7F76BC
Text Example
Text Example
White with #7F76BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F76BC; }
p { color: rgb(127,118,188); }
H1.HeaderClassName
{
color: #7F76BC;
}
.AnyTagClassName
{
color: #7F76BC;
}
</style>
background-color css
<style>
a { background-color: #7F76BC; }
a { background-color: rgb(127,118,188); }
div.DivClassName
{
background-color: #7F76BC;
}
.BgClassName
{
background-color: #7F76BC;
}
</style>
border-color css
<style>
span { border-color: #7F76BC; }
span { border-color: rgb(127,118,188); }
td.TdClassName
{
border-color: #7F76BC;
}
.TagClassName
{
border-color: #7F76BC;
}
</style>