Shades of Moody Blue #7D67D6
Tints of Moody Blue #7D67D6
RGB
CMYK
RGB Variations
Color information
#7D67D6 (or 0x7D67D6) is known color: Moody Blue. HEX triplet: 7D, 67 and D6. RGB value is (125,103,214). Sum of RGB (Red+Green+Blue) = 125+103+214=442 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.28% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 214 (83.98% from 255 or 48.42% from 442); Max value from RGB is 214 - color contains mainly: blue. Hex color #7D67D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67D6 is #829829. Grayscale: #797979. Windows color (decimal): -8558634 or 14051197. OLE color: 14051197.
HSL color Cylindrical-coordinate representation of color #7D67D6: hue angle of 251.89º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D67D6 is Cyan = 0.42, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 125 | 103 | 214 | - |
| CMYK | 0.42 | 0.52 | 0 | 0.16 |
| HSL | 251.89º | 0.58% | 0.62% | - |
| HSV(B) | 251.89º | 0.52% | 0.84% | - |
| XYZ | 25.45 | 18.92 | 65.93 | - |
| YUV | 122.23 | 179.79 | 129.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 214 | 0.42 | 0.52 | 0 | 0.16 | 251.89 | 0.58 | 0.62 |
| Hex | 7D | 67 | D6 | 2A | 34 | 0 | 10 | FC | 3A | 3E |
| Octal | 175 | 147 | 326 | 52 | 64 | 0 | 20 | 374 | 72 | 76 |
| Binary | 1111101 | 1100111 | 11010110 | 101010 | 110100 | 0 | 10000 | 11111100 | 111010 | 111110 |
Color Harmonies of #7D67D6
Complementary color
Monochromatic Colors of #7D67D6
Black with #7D67D6
Text Example
Text Example
White with #7D67D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D67D6; }
p { color: rgb(125,103,214); }
H1.HeaderClassName
{
color: #7D67D6;
}
.AnyTagClassName
{
color: #7D67D6;
}
</style>
background-color css
<style>
a { background-color: #7D67D6; }
a { background-color: rgb(125,103,214); }
div.DivClassName
{
background-color: #7D67D6;
}
.BgClassName
{
background-color: #7D67D6;
}
</style>
border-color css
<style>
span { border-color: #7D67D6; }
span { border-color: rgb(125,103,214); }
td.TdClassName
{
border-color: #7D67D6;
}
.TagClassName
{
border-color: #7D67D6;
}
</style>