Shades of Moody Blue #7D6BBE
Tints of Moody Blue #7D6BBE
RGB
CMYK
RGB Variations
Color information
#7D6BBE (or 0x7D6BBE) is known color: Moody Blue. HEX triplet: 7D, 6B and BE. RGB value is (125,107,190). Sum of RGB (Red+Green+Blue) = 125+107+190=422 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.62% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 190 (74.61% from 255 or 45.02% from 422); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D6BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D6BBE is #829441. Grayscale: #797979. Windows color (decimal): -8557634 or 12479357. OLE color: 12479357.
HSL color Cylindrical-coordinate representation of color #7D6BBE: hue angle of 253.01º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7D6BBE is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 107 | 190 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.25 |
| HSL | 253.01º | 0.39% | 0.58% | - |
| HSV(B) | 253.01º | 0.44% | 0.75% | - |
| XYZ | 23.01 | 18.59 | 51.09 | - |
| YUV | 121.84 | 166.46 | 130.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 107 | 190 | 0.34 | 0.44 | 0 | 0.25 | 253.01 | 0.39 | 0.58 |
| Hex | 7D | 6B | BE | 22 | 2C | 0 | 19 | FD | 27 | 3A |
| Octal | 175 | 153 | 276 | 42 | 54 | 0 | 31 | 375 | 47 | 72 |
| Binary | 1111101 | 1101011 | 10111110 | 100010 | 101100 | 0 | 11001 | 11111101 | 100111 | 111010 |
Color Harmonies of #7D6BBE
Complementary color
Monochromatic Colors of #7D6BBE
Black with #7D6BBE
Text Example
Text Example
White with #7D6BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D6BBE; }
p { color: rgb(125,107,190); }
H1.HeaderClassName
{
color: #7D6BBE;
}
.AnyTagClassName
{
color: #7D6BBE;
}
</style>
background-color css
<style>
a { background-color: #7D6BBE; }
a { background-color: rgb(125,107,190); }
div.DivClassName
{
background-color: #7D6BBE;
}
.BgClassName
{
background-color: #7D6BBE;
}
</style>
border-color css
<style>
span { border-color: #7D6BBE; }
span { border-color: rgb(125,107,190); }
td.TdClassName
{
border-color: #7D6BBE;
}
.TagClassName
{
border-color: #7D6BBE;
}
</style>