Shades of Moody Blue #7B74BC
Tints of Moody Blue #7B74BC
RGB
CMYK
RGB Variations
Color information
#7B74BC (or 0x7B74BC) is known color: Moody Blue. HEX triplet: 7B, 74 and BC. RGB value is (123,116,188). Sum of RGB (Red+Green+Blue) = 123+116+188=427 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.81% from 427); Green value is 116 (45.70% from 255 or 27.17% from 427); Blue value is 188 (73.83% from 255 or 44.03% from 427); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B74BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74BC is #848B43. Grayscale: #7E7E7E. Windows color (decimal): -8686404 or 12350587. OLE color: 12350587.
HSL color Cylindrical-coordinate representation of color #7B74BC: hue angle of 245.83º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7B74BC is Cyan = 0.35, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 116 | 188 | - |
| CMYK | 0.35 | 0.38 | 0 | 0.26 |
| HSL | 245.83º | 0.35% | 0.6% | - |
| HSV(B) | 245.83º | 0.38% | 0.74% | - |
| XYZ | 23.49 | 20.33 | 50.26 | - |
| YUV | 126.3 | 162.82 | 125.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 188 | 0.35 | 0.38 | 0 | 0.26 | 245.83 | 0.35 | 0.6 |
| Hex | 7B | 74 | BC | 23 | 26 | 0 | 1A | F6 | 23 | 3C |
| Octal | 173 | 164 | 274 | 43 | 46 | 0 | 32 | 366 | 43 | 74 |
| Binary | 1111011 | 1110100 | 10111100 | 100011 | 100110 | 0 | 11010 | 11110110 | 100011 | 111100 |
Color Harmonies of #7B74BC
Complementary color
Monochromatic Colors of #7B74BC
Black with #7B74BC
Text Example
Text Example
White with #7B74BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B74BC; }
p { color: rgb(123,116,188); }
H1.HeaderClassName
{
color: #7B74BC;
}
.AnyTagClassName
{
color: #7B74BC;
}
</style>
background-color css
<style>
a { background-color: #7B74BC; }
a { background-color: rgb(123,116,188); }
div.DivClassName
{
background-color: #7B74BC;
}
.BgClassName
{
background-color: #7B74BC;
}
</style>
border-color css
<style>
span { border-color: #7B74BC; }
span { border-color: rgb(123,116,188); }
td.TdClassName
{
border-color: #7B74BC;
}
.TagClassName
{
border-color: #7B74BC;
}
</style>