Shades of Moody Blue #7B70B9
Tints of Moody Blue #7B70B9
RGB
CMYK
RGB Variations
Color information
#7B70B9 (or 0x7B70B9) is known color: Moody Blue. HEX triplet: 7B, 70 and B9. RGB value is (123,112,185). Sum of RGB (Red+Green+Blue) = 123+112+185=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 112 (44.14% from 255 or 26.67% from 420); Blue value is 185 (72.66% from 255 or 44.05% from 420); Max value from RGB is 185 - color contains mainly: blue. Hex color #7B70B9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70B9 is #848F46. Grayscale: #7B7B7B. Windows color (decimal): -8687431 or 12152955. OLE color: 12152955.
HSL color Cylindrical-coordinate representation of color #7B70B9: hue angle of 249.04º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B70B9 is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
RGB | 123 | 112 | 185 | - |
CMYK | 0.34 | 0.39 | 0 | 0.27 |
HSL | 249.04º | 0.34% | 0.58% | - |
HSV(B) | 249.04º | 0.39% | 0.73% | - |
XYZ | 22.72 | 19.3 | 48.43 | - |
YUV | 123.61 | 162.64 | 127.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 112 | 185 | 0.34 | 0.39 | 0 | 0.27 | 249.04 | 0.34 | 0.58 |
Hex | 7B | 70 | B9 | 22 | 27 | 0 | 1B | F9 | 22 | 3A |
Octal | 173 | 160 | 271 | 42 | 47 | 0 | 33 | 371 | 42 | 72 |
Binary | 1111011 | 1110000 | 10111001 | 100010 | 100111 | 0 | 11011 | 11111001 | 100010 | 111010 |
Color Harmonies of #7B70B9
Complementary color
Monochromatic Colors of #7B70B9
Black with #7B70B9
Text Example
Text Example
White with #7B70B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B70B9; }
p { color: rgb(123,112,185); }
H1.HeaderClassName
{
color: #7B70B9;
}
.AnyTagClassName
{
color: #7B70B9;
}
</style>
background-color css
<style>
a { background-color: #7B70B9; }
a { background-color: rgb(123,112,185); }
div.DivClassName
{
background-color: #7B70B9;
}
.BgClassName
{
background-color: #7B70B9;
}
</style>
border-color css
<style>
span { border-color: #7B70B9; }
span { border-color: rgb(123,112,185); }
td.TdClassName
{
border-color: #7B70B9;
}
.TagClassName
{
border-color: #7B70B9;
}
</style>