Shades of Moody Blue #7E7BCD
Tints of Moody Blue #7E7BCD
RGB
CMYK
RGB Variations
Color information
#7E7BCD (or 0x7E7BCD) is known color: Moody Blue. HEX triplet: 7E, 7B and CD. RGB value is (126,123,205). Sum of RGB (Red+Green+Blue) = 126+123+205=454 (60% of max value = 765). Red value is 126 (49.61% from 255 or 27.75% from 454); Green value is 123 (48.44% from 255 or 27.09% from 454); Blue value is 205 (80.47% from 255 or 45.15% from 454); Max value from RGB is 205 - color contains mainly: blue. Hex color #7E7BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BCD is #818432. Grayscale: #848484. Windows color (decimal): -8487987 or 13466494. OLE color: 13466494.
HSL color Cylindrical-coordinate representation of color #7E7BCD: hue angle of 242.2º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7E7BCD is Cyan = 0.39, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 126 | 123 | 205 | - |
| CMYK | 0.39 | 0.4 | 0 | 0.20 |
| HSL | 242.2º | 0.45% | 0.64% | - |
| HSV(B) | 242.2º | 0.4% | 0.8% | - |
| XYZ | 26.71 | 23.01 | 60.79 | - |
| YUV | 133.25 | 168.49 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 205 | 0.39 | 0.4 | 0 | 0.20 | 242.2 | 0.45 | 0.64 |
| Hex | 7E | 7B | CD | 27 | 28 | 0 | 14 | F2 | 2D | 40 |
| Octal | 176 | 173 | 315 | 47 | 50 | 0 | 24 | 362 | 55 | 100 |
| Binary | 1111110 | 1111011 | 11001101 | 100111 | 101000 | 0 | 10100 | 11110010 | 101101 | 1000000 |
Color Harmonies of #7E7BCD
Complementary color
Monochromatic Colors of #7E7BCD
Black with #7E7BCD
Text Example
Text Example
White with #7E7BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7BCD; }
p { color: rgb(126,123,205); }
H1.HeaderClassName
{
color: #7E7BCD;
}
.AnyTagClassName
{
color: #7E7BCD;
}
</style>
background-color css
<style>
a { background-color: #7E7BCD; }
a { background-color: rgb(126,123,205); }
div.DivClassName
{
background-color: #7E7BCD;
}
.BgClassName
{
background-color: #7E7BCD;
}
</style>
border-color css
<style>
span { border-color: #7E7BCD; }
span { border-color: rgb(126,123,205); }
td.TdClassName
{
border-color: #7E7BCD;
}
.TagClassName
{
border-color: #7E7BCD;
}
</style>