Shades of Moody Blue #7D7EBA
Tints of Moody Blue #7D7EBA
RGB
CMYK
RGB Variations
Color information
#7D7EBA (or 0x7D7EBA) is known color: Moody Blue. HEX triplet: 7D, 7E and BA. RGB value is (125,126,186). Sum of RGB (Red+Green+Blue) = 125+126+186=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 126 (49.61% from 255 or 28.83% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #7D7EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7EBA is #828145. Grayscale: #848484. Windows color (decimal): -8552774 or 12222077. OLE color: 12222077.
HSL color Cylindrical-coordinate representation of color #7D7EBA: hue angle of 239.02º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7D7EBA is Cyan = 0.33, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 125 | 126 | 186 | - |
| CMYK | 0.33 | 0.32 | 0 | 0.27 |
| HSL | 239.02º | 0.31% | 0.61% | - |
| HSV(B) | 239.02º | 0.33% | 0.73% | - |
| XYZ | 24.78 | 22.83 | 49.55 | - |
| YUV | 132.54 | 158.17 | 122.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 126 | 186 | 0.33 | 0.32 | 0 | 0.27 | 239.02 | 0.31 | 0.61 |
| Hex | 7D | 7E | BA | 21 | 20 | 0 | 1B | EF | 1F | 3D |
| Octal | 175 | 176 | 272 | 41 | 40 | 0 | 33 | 357 | 37 | 75 |
| Binary | 1111101 | 1111110 | 10111010 | 100001 | 100000 | 0 | 11011 | 11101111 | 11111 | 111101 |
Color Harmonies of #7D7EBA
Complementary color
Monochromatic Colors of #7D7EBA
Black with #7D7EBA
Text Example
Text Example
White with #7D7EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7EBA; }
p { color: rgb(125,126,186); }
H1.HeaderClassName
{
color: #7D7EBA;
}
.AnyTagClassName
{
color: #7D7EBA;
}
</style>
background-color css
<style>
a { background-color: #7D7EBA; }
a { background-color: rgb(125,126,186); }
div.DivClassName
{
background-color: #7D7EBA;
}
.BgClassName
{
background-color: #7D7EBA;
}
</style>
border-color css
<style>
span { border-color: #7D7EBA; }
span { border-color: rgb(125,126,186); }
td.TdClassName
{
border-color: #7D7EBA;
}
.TagClassName
{
border-color: #7D7EBA;
}
</style>