Shades of Moody Blue #7E7FBA
Tints of Moody Blue #7E7FBA
RGB
CMYK
RGB Variations
Color information
#7E7FBA (or 0x7E7FBA) is known color: Moody Blue. HEX triplet: 7E, 7F and BA. RGB value is (126,127,186). Sum of RGB (Red+Green+Blue) = 126+127+186=439 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.70% from 439); Green value is 127 (50% from 255 or 28.93% from 439); Blue value is 186 (73.05% from 255 or 42.37% from 439); Max value from RGB is 186 - color contains mainly: blue. Hex color #7E7FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7FBA is #818045. Grayscale: #858585. Windows color (decimal): -8486982 or 12222334. OLE color: 12222334.
HSL color Cylindrical-coordinate representation of color #7E7FBA: hue angle of 239º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7E7FBA is Cyan = 0.32, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 126 | 127 | 186 | - |
| CMYK | 0.32 | 0.32 | 0 | 0.27 |
| HSL | 239º | 0.3% | 0.61% | - |
| HSV(B) | 239º | 0.32% | 0.73% | - |
| XYZ | 25.06 | 23.16 | 49.6 | - |
| YUV | 133.43 | 157.67 | 122.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 127 | 186 | 0.32 | 0.32 | 0 | 0.27 | 239 | 0.3 | 0.61 |
| Hex | 7E | 7F | BA | 20 | 20 | 0 | 1B | EF | 1E | 3D |
| Octal | 176 | 177 | 272 | 40 | 40 | 0 | 33 | 357 | 36 | 75 |
| Binary | 1111110 | 1111111 | 10111010 | 100000 | 100000 | 0 | 11011 | 11101111 | 11110 | 111101 |
Color Harmonies of #7E7FBA
Complementary color
Monochromatic Colors of #7E7FBA
Black with #7E7FBA
Text Example
Text Example
White with #7E7FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7FBA; }
p { color: rgb(126,127,186); }
H1.HeaderClassName
{
color: #7E7FBA;
}
.AnyTagClassName
{
color: #7E7FBA;
}
</style>
background-color css
<style>
a { background-color: #7E7FBA; }
a { background-color: rgb(126,127,186); }
div.DivClassName
{
background-color: #7E7FBA;
}
.BgClassName
{
background-color: #7E7FBA;
}
</style>
border-color css
<style>
span { border-color: #7E7FBA; }
span { border-color: rgb(126,127,186); }
td.TdClassName
{
border-color: #7E7FBA;
}
.TagClassName
{
border-color: #7E7FBA;
}
</style>