Shades of Moody Blue #7D69BE
Tints of Moody Blue #7D69BE
RGB
CMYK
RGB Variations
Color information
#7D69BE (or 0x7D69BE) is known color: Moody Blue. HEX triplet: 7D, 69 and BE. RGB value is (125,105,190). Sum of RGB (Red+Green+Blue) = 125+105+190=420 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.76% from 420); Green value is 105 (41.41% from 255 or 25% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #7D69BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D69BE is #829641. Grayscale: #787878. Windows color (decimal): -8558146 or 12478845. OLE color: 12478845.
HSL color Cylindrical-coordinate representation of color #7D69BE: hue angle of 254.12º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7D69BE is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 125 | 105 | 190 | - |
| CMYK | 0.34 | 0.45 | 0 | 0.25 |
| HSL | 254.12º | 0.4% | 0.58% | - |
| HSV(B) | 254.12º | 0.45% | 0.75% | - |
| XYZ | 22.8 | 18.18 | 51.02 | - |
| YUV | 120.67 | 167.13 | 131.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 105 | 190 | 0.34 | 0.45 | 0 | 0.25 | 254.12 | 0.4 | 0.58 |
| Hex | 7D | 69 | BE | 22 | 2D | 0 | 19 | FE | 28 | 3A |
| Octal | 175 | 151 | 276 | 42 | 55 | 0 | 31 | 376 | 50 | 72 |
| Binary | 1111101 | 1101001 | 10111110 | 100010 | 101101 | 0 | 11001 | 11111110 | 101000 | 111010 |
Color Harmonies of #7D69BE
Complementary color
Monochromatic Colors of #7D69BE
Black with #7D69BE
Text Example
Text Example
White with #7D69BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D69BE; }
p { color: rgb(125,105,190); }
H1.HeaderClassName
{
color: #7D69BE;
}
.AnyTagClassName
{
color: #7D69BE;
}
</style>
background-color css
<style>
a { background-color: #7D69BE; }
a { background-color: rgb(125,105,190); }
div.DivClassName
{
background-color: #7D69BE;
}
.BgClassName
{
background-color: #7D69BE;
}
</style>
border-color css
<style>
span { border-color: #7D69BE; }
span { border-color: rgb(125,105,190); }
td.TdClassName
{
border-color: #7D69BE;
}
.TagClassName
{
border-color: #7D69BE;
}
</style>