Shades of Moody Blue #7D67CE
Tints of Moody Blue #7D67CE
RGB
CMYK
RGB Variations
Color information
#7D67CE (or 0x7D67CE) is known color: Moody Blue. HEX triplet: 7D, 67 and CE. RGB value is (125,103,206). Sum of RGB (Red+Green+Blue) = 125+103+206=434 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.80% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #7D67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D67CE is #829831. Grayscale: #787878. Windows color (decimal): -8558642 or 13526909. OLE color: 13526909.
HSL color Cylindrical-coordinate representation of color #7D67CE: hue angle of 252.82º degrees, saturation: 0.51, 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 #7D67CE is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 125 | 103 | 206 | - |
| CMYK | 0.39 | 0.50 | 0 | 0.19 |
| HSL | 252.82º | 0.51% | 0.61% | - |
| HSV(B) | 252.82º | 0.5% | 0.81% | - |
| XYZ | 24.45 | 18.52 | 60.68 | - |
| YUV | 121.32 | 175.79 | 130.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 103 | 206 | 0.39 | 0.50 | 0 | 0.19 | 252.82 | 0.51 | 0.61 |
| Hex | 7D | 67 | CE | 27 | 32 | 0 | 13 | FD | 33 | 3D |
| Octal | 175 | 147 | 316 | 47 | 62 | 0 | 23 | 375 | 63 | 75 |
| Binary | 1111101 | 1100111 | 11001110 | 100111 | 110010 | 0 | 10011 | 11111101 | 110011 | 111101 |
Color Harmonies of #7D67CE
Complementary color
Monochromatic Colors of #7D67CE
Black with #7D67CE
Text Example
Text Example
White with #7D67CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D67CE; }
p { color: rgb(125,103,206); }
H1.HeaderClassName
{
color: #7D67CE;
}
.AnyTagClassName
{
color: #7D67CE;
}
</style>
background-color css
<style>
a { background-color: #7D67CE; }
a { background-color: rgb(125,103,206); }
div.DivClassName
{
background-color: #7D67CE;
}
.BgClassName
{
background-color: #7D67CE;
}
</style>
border-color css
<style>
span { border-color: #7D67CE; }
span { border-color: rgb(125,103,206); }
td.TdClassName
{
border-color: #7D67CE;
}
.TagClassName
{
border-color: #7D67CE;
}
</style>