Shades of Moody Blue #7C7BDA
Tints of Moody Blue #7C7BDA
RGB
CMYK
RGB Variations
Color information
#7C7BDA (or 0x7C7BDA) is known color: Moody Blue. HEX triplet: 7C, 7B and DA. RGB value is (124,123,218). Sum of RGB (Red+Green+Blue) = 124+123+218=465 (61% of max value = 765). Red value is 124 (48.83% from 255 or 26.67% from 465); Green value is 123 (48.44% from 255 or 26.45% from 465); Blue value is 218 (85.55% from 255 or 46.88% from 465); Max value from RGB is 218 - color contains mainly: blue. Hex color #7C7BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BDA is #838425. Grayscale: #858585. Windows color (decimal): -8619046 or 14318460. OLE color: 14318460.
HSL color Cylindrical-coordinate representation of color #7C7BDA: hue angle of 240.63º 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 #7C7BDA is Cyan = 0.43, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 124 | 123 | 218 | - |
| CMYK | 0.43 | 0.44 | 0 | 0.15 |
| HSL | 240.63º | 0.56% | 0.67% | - |
| HSV(B) | 240.63º | 0.44% | 0.85% | - |
| XYZ | 28.05 | 23.51 | 69.39 | - |
| YUV | 134.13 | 175.33 | 120.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 218 | 0.43 | 0.44 | 0 | 0.15 | 240.63 | 0.56 | 0.67 |
| Hex | 7C | 7B | DA | 2B | 2C | 0 | F | F1 | 38 | 43 |
| Octal | 174 | 173 | 332 | 53 | 54 | 0 | 17 | 361 | 70 | 103 |
| Binary | 1111100 | 1111011 | 11011010 | 101011 | 101100 | 0 | 1111 | 11110001 | 111000 | 1000011 |
Color Harmonies of #7C7BDA
Complementary color
Monochromatic Colors of #7C7BDA
Black with #7C7BDA
Text Example
Text Example
White with #7C7BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7BDA; }
p { color: rgb(124,123,218); }
H1.HeaderClassName
{
color: #7C7BDA;
}
.AnyTagClassName
{
color: #7C7BDA;
}
</style>
background-color css
<style>
a { background-color: #7C7BDA; }
a { background-color: rgb(124,123,218); }
div.DivClassName
{
background-color: #7C7BDA;
}
.BgClassName
{
background-color: #7C7BDA;
}
</style>
border-color css
<style>
span { border-color: #7C7BDA; }
span { border-color: rgb(124,123,218); }
td.TdClassName
{
border-color: #7C7BDA;
}
.TagClassName
{
border-color: #7C7BDA;
}
</style>