Shades of Moody Blue #7E7BDA
Tints of Moody Blue #7E7BDA
RGB
CMYK
RGB Variations
Color information
#7E7BDA (or 0x7E7BDA) is known color: Moody Blue. HEX triplet: 7E, 7B and DA. RGB value is (126,123,218). Sum of RGB (Red+Green+Blue) = 126+123+218=467 (61% of max value = 765). Red value is 126 (49.61% from 255 or 26.98% from 467); Green value is 123 (48.44% from 255 or 26.34% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #7E7BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E7BDA is #818425. Grayscale: #868686. Windows color (decimal): -8487974 or 14318462. OLE color: 14318462.
HSL color Cylindrical-coordinate representation of color #7E7BDA: hue angle of 241.89º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7E7BDA is Cyan = 0.42, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 126 | 123 | 218 | - |
| CMYK | 0.42 | 0.44 | 0 | 0.15 |
| HSL | 241.89º | 0.56% | 0.67% | - |
| HSV(B) | 241.89º | 0.44% | 0.85% | - |
| XYZ | 28.34 | 23.66 | 69.4 | - |
| YUV | 134.73 | 174.99 | 121.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 123 | 218 | 0.42 | 0.44 | 0 | 0.15 | 241.89 | 0.56 | 0.67 |
| Hex | 7E | 7B | DA | 2A | 2C | 0 | F | F2 | 38 | 43 |
| Octal | 176 | 173 | 332 | 52 | 54 | 0 | 17 | 362 | 70 | 103 |
| Binary | 1111110 | 1111011 | 11011010 | 101010 | 101100 | 0 | 1111 | 11110010 | 111000 | 1000011 |
Color Harmonies of #7E7BDA
Complementary color
Monochromatic Colors of #7E7BDA
Black with #7E7BDA
Text Example
Text Example
White with #7E7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E7BDA; }
p { color: rgb(126,123,218); }
H1.HeaderClassName
{
color: #7E7BDA;
}
.AnyTagClassName
{
color: #7E7BDA;
}
</style>
background-color css
<style>
a { background-color: #7E7BDA; }
a { background-color: rgb(126,123,218); }
div.DivClassName
{
background-color: #7E7BDA;
}
.BgClassName
{
background-color: #7E7BDA;
}
</style>
border-color css
<style>
span { border-color: #7E7BDA; }
span { border-color: rgb(126,123,218); }
td.TdClassName
{
border-color: #7E7BDA;
}
.TagClassName
{
border-color: #7E7BDA;
}
</style>