Shades of Moody Blue #7E67D5
Tints of Moody Blue #7E67D5
RGB
CMYK
RGB Variations
Color information
#7E67D5 (or 0x7E67D5) is known color: Moody Blue. HEX triplet: 7E, 67 and D5. RGB value is (126,103,213). Sum of RGB (Red+Green+Blue) = 126+103+213=442 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.51% from 442); Green value is 103 (40.62% from 255 or 23.30% from 442); Blue value is 213 (83.59% from 255 or 48.19% from 442); Max value from RGB is 213 - color contains mainly: blue. Hex color #7E67D5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E67D5 is #81982A. Grayscale: #7A7A7A. Windows color (decimal): -8493099 or 13985662. OLE color: 13985662.
HSL color Cylindrical-coordinate representation of color #7E67D5: hue angle of 252.55º degrees, saturation: 0.57, 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 #7E67D5 is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 126 | 103 | 213 | - |
| CMYK | 0.41 | 0.52 | 0 | 0.16 |
| HSL | 252.55º | 0.57% | 0.62% | - |
| HSV(B) | 252.55º | 0.52% | 0.84% | - |
| XYZ | 25.46 | 18.94 | 65.26 | - |
| YUV | 122.42 | 179.12 | 130.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 213 | 0.41 | 0.52 | 0 | 0.16 | 252.55 | 0.57 | 0.62 |
| Hex | 7E | 67 | D5 | 29 | 34 | 0 | 10 | FD | 39 | 3E |
| Octal | 176 | 147 | 325 | 51 | 64 | 0 | 20 | 375 | 71 | 76 |
| Binary | 1111110 | 1100111 | 11010101 | 101001 | 110100 | 0 | 10000 | 11111101 | 111001 | 111110 |
Color Harmonies of #7E67D5
Complementary color
Monochromatic Colors of #7E67D5
Black with #7E67D5
Text Example
Text Example
White with #7E67D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E67D5; }
p { color: rgb(126,103,213); }
H1.HeaderClassName
{
color: #7E67D5;
}
.AnyTagClassName
{
color: #7E67D5;
}
</style>
background-color css
<style>
a { background-color: #7E67D5; }
a { background-color: rgb(126,103,213); }
div.DivClassName
{
background-color: #7E67D5;
}
.BgClassName
{
background-color: #7E67D5;
}
</style>
border-color css
<style>
span { border-color: #7E67D5; }
span { border-color: rgb(126,103,213); }
td.TdClassName
{
border-color: #7E67D5;
}
.TagClassName
{
border-color: #7E67D5;
}
</style>