Shades of Moody Blue #7B76CB
Tints of Moody Blue #7B76CB
RGB
CMYK
RGB Variations
Color information
#7B76CB (or 0x7B76CB) is known color: Moody Blue. HEX triplet: 7B, 76 and CB. RGB value is (123,118,203). Sum of RGB (Red+Green+Blue) = 123+118+203=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #7B76CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B76CB is #848934. Grayscale: #808080. Windows color (decimal): -8685877 or 13334139. OLE color: 13334139.
HSL color Cylindrical-coordinate representation of color #7B76CB: hue angle of 243.53º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B76CB is Cyan = 0.39, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 123 | 118 | 203 | - |
| CMYK | 0.39 | 0.42 | 0 | 0.20 |
| HSL | 243.53º | 0.45% | 0.63% | - |
| HSV(B) | 243.53º | 0.42% | 0.8% | - |
| XYZ | 25.43 | 21.48 | 59.31 | - |
| YUV | 129.19 | 169.66 | 123.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 118 | 203 | 0.39 | 0.42 | 0 | 0.20 | 243.53 | 0.45 | 0.63 |
| Hex | 7B | 76 | CB | 27 | 2A | 0 | 14 | F4 | 2D | 3F |
| Octal | 173 | 166 | 313 | 47 | 52 | 0 | 24 | 364 | 55 | 77 |
| Binary | 1111011 | 1110110 | 11001011 | 100111 | 101010 | 0 | 10100 | 11110100 | 101101 | 111111 |
Color Harmonies of #7B76CB
Complementary color
Monochromatic Colors of #7B76CB
Black with #7B76CB
Text Example
Text Example
White with #7B76CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B76CB; }
p { color: rgb(123,118,203); }
H1.HeaderClassName
{
color: #7B76CB;
}
.AnyTagClassName
{
color: #7B76CB;
}
</style>
background-color css
<style>
a { background-color: #7B76CB; }
a { background-color: rgb(123,118,203); }
div.DivClassName
{
background-color: #7B76CB;
}
.BgClassName
{
background-color: #7B76CB;
}
</style>
border-color css
<style>
span { border-color: #7B76CB; }
span { border-color: rgb(123,118,203); }
td.TdClassName
{
border-color: #7B76CB;
}
.TagClassName
{
border-color: #7B76CB;
}
</style>