Shades of Moody Blue #7B7ED6
Tints of Moody Blue #7B7ED6
RGB
CMYK
RGB Variations
Color information
#7B7ED6 (or 0x7B7ED6) is known color: Moody Blue. HEX triplet: 7B, 7E and D6. RGB value is (123,126,214). Sum of RGB (Red+Green+Blue) = 123+126+214=463 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.57% from 463); Green value is 126 (49.61% from 255 or 27.21% from 463); Blue value is 214 (83.98% from 255 or 46.22% from 463); Max value from RGB is 214 - color contains mainly: blue. Hex color #7B7ED6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ED6 is #848129. Grayscale: #868686. Windows color (decimal): -8683818 or 14057083. OLE color: 14057083.
HSL color Cylindrical-coordinate representation of color #7B7ED6: hue angle of 238.02º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B7ED6 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 123 | 126 | 214 | - |
| CMYK | 0.43 | 0.41 | 0 | 0.16 |
| HSL | 238.02º | 0.53% | 0.66% | - |
| HSV(B) | 238.02º | 0.43% | 0.84% | - |
| XYZ | 27.77 | 23.99 | 66.78 | - |
| YUV | 135.14 | 172.51 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 214 | 0.43 | 0.41 | 0 | 0.16 | 238.02 | 0.53 | 0.66 |
| Hex | 7B | 7E | D6 | 2B | 29 | 0 | 10 | EE | 35 | 42 |
| Octal | 173 | 176 | 326 | 53 | 51 | 0 | 20 | 356 | 65 | 102 |
| Binary | 1111011 | 1111110 | 11010110 | 101011 | 101001 | 0 | 10000 | 11101110 | 110101 | 1000010 |
Color Harmonies of #7B7ED6
Complementary color
Monochromatic Colors of #7B7ED6
Black with #7B7ED6
Text Example
Text Example
White with #7B7ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7ED6; }
p { color: rgb(123,126,214); }
H1.HeaderClassName
{
color: #7B7ED6;
}
.AnyTagClassName
{
color: #7B7ED6;
}
</style>
background-color css
<style>
a { background-color: #7B7ED6; }
a { background-color: rgb(123,126,214); }
div.DivClassName
{
background-color: #7B7ED6;
}
.BgClassName
{
background-color: #7B7ED6;
}
</style>
border-color css
<style>
span { border-color: #7B7ED6; }
span { border-color: rgb(123,126,214); }
td.TdClassName
{
border-color: #7B7ED6;
}
.TagClassName
{
border-color: #7B7ED6;
}
</style>