Shades of Moody Blue #7D67CF
Tints of Moody Blue #7D67CF
RGB
CMYK
RGB Variations
Color information
#7D67CF (or 0x7D67CF) is known color: Moody Blue. HEX triplet: 7D, 67 and CF. RGB value is (125,103,207). Sum of RGB (Red+Green+Blue) = 125+103+207=435 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.74% from 435); Green value is 103 (40.62% from 255 or 23.68% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 207 - color contains mainly: blue. Hex color #7D67CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67CF is #829830. Grayscale: #797979. Windows color (decimal): -8558641 or 13592445. OLE color: 13592445.
HSL color Cylindrical-coordinate representation of color #7D67CF: hue angle of 252.69º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7D67CF is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 103 | 207 | - |
| CMYK | 0.40 | 0.50 | 0 | 0.19 |
| HSL | 252.69º | 0.52% | 0.61% | - |
| HSV(B) | 252.69º | 0.5% | 0.81% | - |
| XYZ | 24.57 | 18.57 | 61.32 | - |
| YUV | 121.43 | 176.29 | 130.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 207 | 0.40 | 0.50 | 0 | 0.19 | 252.69 | 0.52 | 0.61 |
| Hex | 7D | 67 | CF | 28 | 32 | 0 | 13 | FD | 34 | 3D |
| Octal | 175 | 147 | 317 | 50 | 62 | 0 | 23 | 375 | 64 | 75 |
| Binary | 1111101 | 1100111 | 11001111 | 101000 | 110010 | 0 | 10011 | 11111101 | 110100 | 111101 |
Color Harmonies of #7D67CF
Complementary color
Monochromatic Colors of #7D67CF
Black with #7D67CF
Text Example
Text Example
White with #7D67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D67CF; }
p { color: rgb(125,103,207); }
H1.HeaderClassName
{
color: #7D67CF;
}
.AnyTagClassName
{
color: #7D67CF;
}
</style>
background-color css
<style>
a { background-color: #7D67CF; }
a { background-color: rgb(125,103,207); }
div.DivClassName
{
background-color: #7D67CF;
}
.BgClassName
{
background-color: #7D67CF;
}
</style>
border-color css
<style>
span { border-color: #7D67CF; }
span { border-color: rgb(125,103,207); }
td.TdClassName
{
border-color: #7D67CF;
}
.TagClassName
{
border-color: #7D67CF;
}
</style>