Shades of Moody Blue #7D7BD7
Tints of Moody Blue #7D7BD7
RGB
CMYK
RGB Variations
Color information
#7D7BD7 (or 0x7D7BD7) is known color: Moody Blue. HEX triplet: 7D, 7B and D7. RGB value is (125,123,215). Sum of RGB (Red+Green+Blue) = 125+123+215=463 (61% of max value = 765). Red value is 125 (49.22% from 255 or 27.00% from 463); Green value is 123 (48.44% from 255 or 26.57% from 463); Blue value is 215 (84.38% from 255 or 46.44% from 463); Max value from RGB is 215 - color contains mainly: blue. Hex color #7D7BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D7BD7 is #828428. Grayscale: #858585. Windows color (decimal): -8553513 or 14121853. OLE color: 14121853.
HSL color Cylindrical-coordinate representation of color #7D7BD7: hue angle of 241.3º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D7BD7 is Cyan = 0.42, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 123 | 215 | - |
| CMYK | 0.42 | 0.43 | 0 | 0.16 |
| HSL | 241.3º | 0.53% | 0.66% | - |
| HSV(B) | 241.3º | 0.43% | 0.84% | - |
| XYZ | 27.81 | 23.43 | 67.35 | - |
| YUV | 134.09 | 173.66 | 121.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 123 | 215 | 0.42 | 0.43 | 0 | 0.16 | 241.3 | 0.53 | 0.66 |
| Hex | 7D | 7B | D7 | 2A | 2B | 0 | 10 | F1 | 35 | 42 |
| Octal | 175 | 173 | 327 | 52 | 53 | 0 | 20 | 361 | 65 | 102 |
| Binary | 1111101 | 1111011 | 11010111 | 101010 | 101011 | 0 | 10000 | 11110001 | 110101 | 1000010 |
Color Harmonies of #7D7BD7
Complementary color
Monochromatic Colors of #7D7BD7
Black with #7D7BD7
Text Example
Text Example
White with #7D7BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D7BD7; }
p { color: rgb(125,123,215); }
H1.HeaderClassName
{
color: #7D7BD7;
}
.AnyTagClassName
{
color: #7D7BD7;
}
</style>
background-color css
<style>
a { background-color: #7D7BD7; }
a { background-color: rgb(125,123,215); }
div.DivClassName
{
background-color: #7D7BD7;
}
.BgClassName
{
background-color: #7D7BD7;
}
</style>
border-color css
<style>
span { border-color: #7D7BD7; }
span { border-color: rgb(125,123,215); }
td.TdClassName
{
border-color: #7D7BD7;
}
.TagClassName
{
border-color: #7D7BD7;
}
</style>