Shades of Moody Blue #7C7BBA
Tints of Moody Blue #7C7BBA
RGB
CMYK
RGB Variations
Color information
#7C7BBA (or 0x7C7BBA) is known color: Moody Blue. HEX triplet: 7C, 7B and BA. RGB value is (124,123,186). Sum of RGB (Red+Green+Blue) = 124+123+186=433 (57% of max value = 765). Red value is 124 (48.83% from 255 or 28.64% from 433); Green value is 123 (48.44% from 255 or 28.41% from 433); Blue value is 186 (73.05% from 255 or 42.96% from 433); Max value from RGB is 186 - color contains mainly: blue. Hex color #7C7BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7C7BBA is #838445. Grayscale: #828282. Windows color (decimal): -8619078 or 12221308. OLE color: 12221308.
HSL color Cylindrical-coordinate representation of color #7C7BBA: hue angle of 240.95º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C7BBA is Cyan = 0.33, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 124 | 123 | 186 | - |
| CMYK | 0.33 | 0.34 | 0 | 0.27 |
| HSL | 240.95º | 0.31% | 0.61% | - |
| HSV(B) | 240.95º | 0.34% | 0.73% | - |
| XYZ | 24.26 | 22 | 49.42 | - |
| YUV | 130.48 | 159.33 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 123 | 186 | 0.33 | 0.34 | 0 | 0.27 | 240.95 | 0.31 | 0.61 |
| Hex | 7C | 7B | BA | 21 | 22 | 0 | 1B | F1 | 1F | 3D |
| Octal | 174 | 173 | 272 | 41 | 42 | 0 | 33 | 361 | 37 | 75 |
| Binary | 1111100 | 1111011 | 10111010 | 100001 | 100010 | 0 | 11011 | 11110001 | 11111 | 111101 |
Color Harmonies of #7C7BBA
Complementary color
Monochromatic Colors of #7C7BBA
Black with #7C7BBA
Text Example
Text Example
White with #7C7BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C7BBA; }
p { color: rgb(124,123,186); }
H1.HeaderClassName
{
color: #7C7BBA;
}
.AnyTagClassName
{
color: #7C7BBA;
}
</style>
background-color css
<style>
a { background-color: #7C7BBA; }
a { background-color: rgb(124,123,186); }
div.DivClassName
{
background-color: #7C7BBA;
}
.BgClassName
{
background-color: #7C7BBA;
}
</style>
border-color css
<style>
span { border-color: #7C7BBA; }
span { border-color: rgb(124,123,186); }
td.TdClassName
{
border-color: #7C7BBA;
}
.TagClassName
{
border-color: #7C7BBA;
}
</style>