Shades of Moody Blue #7C7BBE
Tints of Moody Blue #7C7BBE
RGB
CMYK
RGB Variations
Color information
#7C7BBE (or 0x7C7BBE) is known color: Moody Blue. HEX triplet: 7C, 7B and BE. RGB value is (124,123,190). Sum of RGB (Red+Green+Blue) = 124+123+190=437 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.38% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 190 (74.61% from 255 or 43.48% from 437); Max value from RGB is 190 - color contains mainly: blue. Hex color #7C7BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BBE is #838441. Grayscale: #828282. Windows color (decimal): -8619074 or 12483452. OLE color: 12483452.
HSL color Cylindrical-coordinate representation of color #7C7BBE: hue angle of 240.9º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C7BBE is Cyan = 0.35, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 124 | 123 | 190 | - |
| CMYK | 0.35 | 0.35 | 0 | 0.25 |
| HSL | 240.9º | 0.34% | 0.61% | - |
| HSV(B) | 240.9º | 0.35% | 0.75% | - |
| XYZ | 24.69 | 22.17 | 51.69 | - |
| YUV | 130.94 | 161.33 | 123.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 190 | 0.35 | 0.35 | 0 | 0.25 | 240.9 | 0.34 | 0.61 |
| Hex | 7C | 7B | BE | 23 | 23 | 0 | 19 | F1 | 22 | 3D |
| Octal | 174 | 173 | 276 | 43 | 43 | 0 | 31 | 361 | 42 | 75 |
| Binary | 1111100 | 1111011 | 10111110 | 100011 | 100011 | 0 | 11001 | 11110001 | 100010 | 111101 |
Color Harmonies of #7C7BBE
Complementary color
Monochromatic Colors of #7C7BBE
Black with #7C7BBE
Text Example
Text Example
White with #7C7BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7BBE; }
p { color: rgb(124,123,190); }
H1.HeaderClassName
{
color: #7C7BBE;
}
.AnyTagClassName
{
color: #7C7BBE;
}
</style>
background-color css
<style>
a { background-color: #7C7BBE; }
a { background-color: rgb(124,123,190); }
div.DivClassName
{
background-color: #7C7BBE;
}
.BgClassName
{
background-color: #7C7BBE;
}
</style>
border-color css
<style>
span { border-color: #7C7BBE; }
span { border-color: rgb(124,123,190); }
td.TdClassName
{
border-color: #7C7BBE;
}
.TagClassName
{
border-color: #7C7BBE;
}
</style>