Shades of Moody Blue #7B7CDC
Tints of Moody Blue #7B7CDC
RGB
CMYK
RGB Variations
Color information
#7B7CDC (or 0x7B7CDC) is known color: Moody Blue. HEX triplet: 7B, 7C and DC. RGB value is (123,124,220). Sum of RGB (Red+Green+Blue) = 123+124+220=467 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.34% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #7B7CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7CDC is #848323. Grayscale: #868686. Windows color (decimal): -8684324 or 14449787. OLE color: 14449787.
HSL color Cylindrical-coordinate representation of color #7B7CDC: hue angle of 239.38º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B7CDC is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 124 | 220 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.14 |
| HSL | 239.38º | 0.58% | 0.67% | - |
| HSV(B) | 239.38º | 0.44% | 0.86% | - |
| XYZ | 28.29 | 23.79 | 70.81 | - |
| YUV | 134.65 | 176.17 | 119.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 220 | 0.44 | 0.44 | 0 | 0.14 | 239.38 | 0.58 | 0.67 |
| Hex | 7B | 7C | DC | 2C | 2C | 0 | E | EF | 3A | 43 |
| Octal | 173 | 174 | 334 | 54 | 54 | 0 | 16 | 357 | 72 | 103 |
| Binary | 1111011 | 1111100 | 11011100 | 101100 | 101100 | 0 | 1110 | 11101111 | 111010 | 1000011 |
Color Harmonies of #7B7CDC
Complementary color
Monochromatic Colors of #7B7CDC
Black with #7B7CDC
Text Example
Text Example
White with #7B7CDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7CDC; }
p { color: rgb(123,124,220); }
H1.HeaderClassName
{
color: #7B7CDC;
}
.AnyTagClassName
{
color: #7B7CDC;
}
</style>
background-color css
<style>
a { background-color: #7B7CDC; }
a { background-color: rgb(123,124,220); }
div.DivClassName
{
background-color: #7B7CDC;
}
.BgClassName
{
background-color: #7B7CDC;
}
</style>
border-color css
<style>
span { border-color: #7B7CDC; }
span { border-color: rgb(123,124,220); }
td.TdClassName
{
border-color: #7B7CDC;
}
.TagClassName
{
border-color: #7B7CDC;
}
</style>