Shades of Moody Blue #7B7CDB
Tints of Moody Blue #7B7CDB
RGB
CMYK
RGB Variations
Color information
#7B7CDB (or 0x7B7CDB) is known color: Moody Blue. HEX triplet: 7B, 7C and DB. RGB value is (123,124,219). Sum of RGB (Red+Green+Blue) = 123+124+219=466 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.39% from 466); Green value is 124 (48.83% from 255 or 26.61% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B7CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7CDB is #848324. Grayscale: #868686. Windows color (decimal): -8684325 or 14384251. OLE color: 14384251.
HSL color Cylindrical-coordinate representation of color #7B7CDB: hue angle of 239.38º degrees, saturation: 0.57, 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 #7B7CDB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 124 | 219 | - |
| CMYK | 0.44 | 0.43 | 0 | 0.14 |
| HSL | 239.38º | 0.57% | 0.67% | - |
| HSV(B) | 239.38º | 0.44% | 0.86% | - |
| XYZ | 28.16 | 23.74 | 70.12 | - |
| YUV | 134.53 | 175.67 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 124 | 219 | 0.44 | 0.43 | 0 | 0.14 | 239.38 | 0.57 | 0.67 |
| Hex | 7B | 7C | DB | 2C | 2B | 0 | E | EF | 39 | 43 |
| Octal | 173 | 174 | 333 | 54 | 53 | 0 | 16 | 357 | 71 | 103 |
| Binary | 1111011 | 1111100 | 11011011 | 101100 | 101011 | 0 | 1110 | 11101111 | 111001 | 1000011 |
Color Harmonies of #7B7CDB
Complementary color
Monochromatic Colors of #7B7CDB
Black with #7B7CDB
Text Example
Text Example
White with #7B7CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7CDB; }
p { color: rgb(123,124,219); }
H1.HeaderClassName
{
color: #7B7CDB;
}
.AnyTagClassName
{
color: #7B7CDB;
}
</style>
background-color css
<style>
a { background-color: #7B7CDB; }
a { background-color: rgb(123,124,219); }
div.DivClassName
{
background-color: #7B7CDB;
}
.BgClassName
{
background-color: #7B7CDB;
}
</style>
border-color css
<style>
span { border-color: #7B7CDB; }
span { border-color: rgb(123,124,219); }
td.TdClassName
{
border-color: #7B7CDB;
}
.TagClassName
{
border-color: #7B7CDB;
}
</style>