Shades of Moody Blue #7B74B5
Tints of Moody Blue #7B74B5
RGB
CMYK
RGB Variations
Color information
#7B74B5 (or 0x7B74B5) is known color: Moody Blue. HEX triplet: 7B, 74 and B5. RGB value is (123,116,181). Sum of RGB (Red+Green+Blue) = 123+116+181=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 116 (45.70% from 255 or 27.62% from 420); Blue value is 181 (71.09% from 255 or 43.10% from 420); Max value from RGB is 181 - color contains mainly: blue. Hex color #7B74B5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B74B5 is #848B4A. Grayscale: #7D7D7D. Windows color (decimal): -8686411 or 11891835. OLE color: 11891835.
HSL color Cylindrical-coordinate representation of color #7B74B5: hue angle of 246.46º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7B74B5 is Cyan = 0.32, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 123 | 116 | 181 | - |
| CMYK | 0.32 | 0.36 | 0 | 0.29 |
| HSL | 246.46º | 0.31% | 0.58% | - |
| HSV(B) | 246.46º | 0.36% | 0.71% | - |
| XYZ | 22.75 | 20.04 | 46.38 | - |
| YUV | 125.5 | 159.32 | 126.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 116 | 181 | 0.32 | 0.36 | 0 | 0.29 | 246.46 | 0.31 | 0.58 |
| Hex | 7B | 74 | B5 | 20 | 24 | 0 | 1D | F6 | 1F | 3A |
| Octal | 173 | 164 | 265 | 40 | 44 | 0 | 35 | 366 | 37 | 72 |
| Binary | 1111011 | 1110100 | 10110101 | 100000 | 100100 | 0 | 11101 | 11110110 | 11111 | 111010 |
Color Harmonies of #7B74B5
Complementary color
Monochromatic Colors of #7B74B5
Black with #7B74B5
Text Example
Text Example
White with #7B74B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B74B5; }
p { color: rgb(123,116,181); }
H1.HeaderClassName
{
color: #7B74B5;
}
.AnyTagClassName
{
color: #7B74B5;
}
</style>
background-color css
<style>
a { background-color: #7B74B5; }
a { background-color: rgb(123,116,181); }
div.DivClassName
{
background-color: #7B74B5;
}
.BgClassName
{
background-color: #7B74B5;
}
</style>
border-color css
<style>
span { border-color: #7B74B5; }
span { border-color: rgb(123,116,181); }
td.TdClassName
{
border-color: #7B74B5;
}
.TagClassName
{
border-color: #7B74B5;
}
</style>