Shades of Moody Blue #7B7FDB
Tints of Moody Blue #7B7FDB
RGB
CMYK
RGB Variations
Color information
#7B7FDB (or 0x7B7FDB) is known color: Moody Blue. HEX triplet: 7B, 7F and DB. RGB value is (123,127,219). Sum of RGB (Red+Green+Blue) = 123+127+219=469 (62% of max value = 765). Red value is 123 (48.44% from 255 or 26.23% from 469); Green value is 127 (50% from 255 or 27.08% from 469); Blue value is 219 (85.94% from 255 or 46.70% from 469); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B7FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7FDB is #848024. Grayscale: #878787. Windows color (decimal): -8683557 or 14385019. OLE color: 14385019.
HSL color Cylindrical-coordinate representation of color #7B7FDB: hue angle of 237.5º 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 #7B7FDB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 127 | 219 | - |
| CMYK | 0.44 | 0.42 | 0 | 0.14 |
| HSL | 237.5º | 0.57% | 0.67% | - |
| HSV(B) | 237.5º | 0.44% | 0.86% | - |
| XYZ | 28.54 | 24.5 | 70.24 | - |
| YUV | 136.29 | 174.67 | 118.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 219 | 0.44 | 0.42 | 0 | 0.14 | 237.5 | 0.57 | 0.67 |
| Hex | 7B | 7F | DB | 2C | 2A | 0 | E | EE | 39 | 43 |
| Octal | 173 | 177 | 333 | 54 | 52 | 0 | 16 | 356 | 71 | 103 |
| Binary | 1111011 | 1111111 | 11011011 | 101100 | 101010 | 0 | 1110 | 11101110 | 111001 | 1000011 |
Color Harmonies of #7B7FDB
Complementary color
Monochromatic Colors of #7B7FDB
Black with #7B7FDB
Text Example
Text Example
White with #7B7FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7FDB; }
p { color: rgb(123,127,219); }
H1.HeaderClassName
{
color: #7B7FDB;
}
.AnyTagClassName
{
color: #7B7FDB;
}
</style>
background-color css
<style>
a { background-color: #7B7FDB; }
a { background-color: rgb(123,127,219); }
div.DivClassName
{
background-color: #7B7FDB;
}
.BgClassName
{
background-color: #7B7FDB;
}
</style>
border-color css
<style>
span { border-color: #7B7FDB; }
span { border-color: rgb(123,127,219); }
td.TdClassName
{
border-color: #7B7FDB;
}
.TagClassName
{
border-color: #7B7FDB;
}
</style>