Shades of Moody Blue #7B71BC
Tints of Moody Blue #7B71BC
RGB
CMYK
RGB Variations
Color information
#7B71BC (or 0x7B71BC) is known color: Moody Blue. HEX triplet: 7B, 71 and BC. RGB value is (123,113,188). Sum of RGB (Red+Green+Blue) = 123+113+188=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 188 (73.83% from 255 or 44.34% from 424); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B71BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B71BC is #848E43. Grayscale: #7C7C7C. Windows color (decimal): -8687172 or 12349819. OLE color: 12349819.
HSL color Cylindrical-coordinate representation of color #7B71BC: hue angle of 248º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7B71BC is Cyan = 0.35, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 123 | 113 | 188 | - |
| CMYK | 0.35 | 0.40 | 0 | 0.26 |
| HSL | 248º | 0.36% | 0.59% | - |
| HSV(B) | 248º | 0.4% | 0.74% | - |
| XYZ | 23.15 | 19.65 | 50.15 | - |
| YUV | 124.54 | 163.81 | 126.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 113 | 188 | 0.35 | 0.40 | 0 | 0.26 | 248 | 0.36 | 0.59 |
| Hex | 7B | 71 | BC | 23 | 28 | 0 | 1A | F8 | 24 | 3B |
| Octal | 173 | 161 | 274 | 43 | 50 | 0 | 32 | 370 | 44 | 73 |
| Binary | 1111011 | 1110001 | 10111100 | 100011 | 101000 | 0 | 11010 | 11111000 | 100100 | 111011 |
Color Harmonies of #7B71BC
Complementary color
Monochromatic Colors of #7B71BC
Black with #7B71BC
Text Example
Text Example
White with #7B71BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B71BC; }
p { color: rgb(123,113,188); }
H1.HeaderClassName
{
color: #7B71BC;
}
.AnyTagClassName
{
color: #7B71BC;
}
</style>
background-color css
<style>
a { background-color: #7B71BC; }
a { background-color: rgb(123,113,188); }
div.DivClassName
{
background-color: #7B71BC;
}
.BgClassName
{
background-color: #7B71BC;
}
</style>
border-color css
<style>
span { border-color: #7B71BC; }
span { border-color: rgb(123,113,188); }
td.TdClassName
{
border-color: #7B71BC;
}
.TagClassName
{
border-color: #7B71BC;
}
</style>