Shades of Moody Blue #7E67D3
Tints of Moody Blue #7E67D3
RGB
CMYK
RGB Variations
Color information
#7E67D3 (or 0x7E67D3) is known color: Moody Blue. HEX triplet: 7E, 67 and D3. RGB value is (126,103,211). Sum of RGB (Red+Green+Blue) = 126+103+211=440 (58% of max value = 765). Red value is 126 (49.61% from 255 or 28.64% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 211 (82.81% from 255 or 47.95% from 440); Max value from RGB is 211 - color contains mainly: blue. Hex color #7E67D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E67D3 is #81982C. Grayscale: #797979. Windows color (decimal): -8493101 or 13854590. OLE color: 13854590.
HSL color Cylindrical-coordinate representation of color #7E67D3: hue angle of 252.78º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7E67D3 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 126 | 103 | 211 | - |
| CMYK | 0.40 | 0.51 | 0 | 0.17 |
| HSL | 252.78º | 0.55% | 0.62% | - |
| HSV(B) | 252.78º | 0.51% | 0.83% | - |
| XYZ | 25.21 | 18.84 | 63.94 | - |
| YUV | 122.19 | 178.12 | 130.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 103 | 211 | 0.40 | 0.51 | 0 | 0.17 | 252.78 | 0.55 | 0.62 |
| Hex | 7E | 67 | D3 | 28 | 33 | 0 | 11 | FD | 37 | 3E |
| Octal | 176 | 147 | 323 | 50 | 63 | 0 | 21 | 375 | 67 | 76 |
| Binary | 1111110 | 1100111 | 11010011 | 101000 | 110011 | 0 | 10001 | 11111101 | 110111 | 111110 |
Color Harmonies of #7E67D3
Complementary color
Monochromatic Colors of #7E67D3
Black with #7E67D3
Text Example
Text Example
White with #7E67D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E67D3; }
p { color: rgb(126,103,211); }
H1.HeaderClassName
{
color: #7E67D3;
}
.AnyTagClassName
{
color: #7E67D3;
}
</style>
background-color css
<style>
a { background-color: #7E67D3; }
a { background-color: rgb(126,103,211); }
div.DivClassName
{
background-color: #7E67D3;
}
.BgClassName
{
background-color: #7E67D3;
}
</style>
border-color css
<style>
span { border-color: #7E67D3; }
span { border-color: rgb(126,103,211); }
td.TdClassName
{
border-color: #7E67D3;
}
.TagClassName
{
border-color: #7E67D3;
}
</style>