Shades of Moody Blue #7B7ECF
Tints of Moody Blue #7B7ECF
RGB
CMYK
RGB Variations
Color information
#7B7ECF (or 0x7B7ECF) is known color: Moody Blue. HEX triplet: 7B, 7E and CF. RGB value is (123,126,207). Sum of RGB (Red+Green+Blue) = 123+126+207=456 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.97% from 456); Green value is 126 (49.61% from 255 or 27.63% from 456); Blue value is 207 (81.25% from 255 or 45.39% from 456); Max value from RGB is 207 - color contains mainly: blue. Hex color #7B7ECF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ECF is #848130. Grayscale: #868686. Windows color (decimal): -8683825 or 13598331. OLE color: 13598331.
HSL color Cylindrical-coordinate representation of color #7B7ECF: hue angle of 237.86º degrees, saturation: 0.47, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B7ECF is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 123 | 126 | 207 | - |
| CMYK | 0.41 | 0.39 | 0 | 0.19 |
| HSL | 237.86º | 0.47% | 0.65% | - |
| HSV(B) | 237.86º | 0.41% | 0.81% | - |
| XYZ | 26.89 | 23.64 | 62.18 | - |
| YUV | 134.34 | 169.01 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 126 | 207 | 0.41 | 0.39 | 0 | 0.19 | 237.86 | 0.47 | 0.65 |
| Hex | 7B | 7E | CF | 29 | 27 | 0 | 13 | EE | 2F | 41 |
| Octal | 173 | 176 | 317 | 51 | 47 | 0 | 23 | 356 | 57 | 101 |
| Binary | 1111011 | 1111110 | 11001111 | 101001 | 100111 | 0 | 10011 | 11101110 | 101111 | 1000001 |
Color Harmonies of #7B7ECF
Complementary color
Monochromatic Colors of #7B7ECF
Black with #7B7ECF
Text Example
Text Example
White with #7B7ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7ECF; }
p { color: rgb(123,126,207); }
H1.HeaderClassName
{
color: #7B7ECF;
}
.AnyTagClassName
{
color: #7B7ECF;
}
</style>
background-color css
<style>
a { background-color: #7B7ECF; }
a { background-color: rgb(123,126,207); }
div.DivClassName
{
background-color: #7B7ECF;
}
.BgClassName
{
background-color: #7B7ECF;
}
</style>
border-color css
<style>
span { border-color: #7B7ECF; }
span { border-color: rgb(123,126,207); }
td.TdClassName
{
border-color: #7B7ECF;
}
.TagClassName
{
border-color: #7B7ECF;
}
</style>