Shades of Moody Blue #7C7BDE
Tints of Moody Blue #7C7BDE
RGB
CMYK
RGB Variations
Color information
#7C7BDE (or 0x7C7BDE) is known color: Moody Blue. HEX triplet: 7C, 7B and DE. RGB value is (124,123,222). Sum of RGB (Red+Green+Blue) = 124+123+222=469 (62% of max value = 765). Red value is 124 (48.83% from 255 or 26.44% from 469); Green value is 123 (48.44% from 255 or 26.23% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #7C7BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BDE is #838421. Grayscale: #868686. Windows color (decimal): -8619042 or 14580604. OLE color: 14580604.
HSL color Cylindrical-coordinate representation of color #7C7BDE: hue angle of 240.61º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7C7BDE is Cyan = 0.44, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 124 | 123 | 222 | - |
| CMYK | 0.44 | 0.45 | 0 | 0.13 |
| HSL | 240.61º | 0.6% | 0.68% | - |
| HSV(B) | 240.61º | 0.45% | 0.87% | - |
| XYZ | 28.58 | 23.72 | 72.18 | - |
| YUV | 134.59 | 177.33 | 120.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 222 | 0.44 | 0.45 | 0 | 0.13 | 240.61 | 0.6 | 0.68 |
| Hex | 7C | 7B | DE | 2C | 2D | 0 | D | F1 | 3C | 44 |
| Octal | 174 | 173 | 336 | 54 | 55 | 0 | 15 | 361 | 74 | 104 |
| Binary | 1111100 | 1111011 | 11011110 | 101100 | 101101 | 0 | 1101 | 11110001 | 111100 | 1000100 |
Color Harmonies of #7C7BDE
Complementary color
Monochromatic Colors of #7C7BDE
Black with #7C7BDE
Text Example
Text Example
White with #7C7BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7BDE; }
p { color: rgb(124,123,222); }
H1.HeaderClassName
{
color: #7C7BDE;
}
.AnyTagClassName
{
color: #7C7BDE;
}
</style>
background-color css
<style>
a { background-color: #7C7BDE; }
a { background-color: rgb(124,123,222); }
div.DivClassName
{
background-color: #7C7BDE;
}
.BgClassName
{
background-color: #7C7BDE;
}
</style>
border-color css
<style>
span { border-color: #7C7BDE; }
span { border-color: rgb(124,123,222); }
td.TdClassName
{
border-color: #7C7BDE;
}
.TagClassName
{
border-color: #7C7BDE;
}
</style>