Shades of Moody Blue #7B7ADB
Tints of Moody Blue #7B7ADB
RGB
CMYK
RGB Variations
Color information
#7B7ADB (or 0x7B7ADB) is known color: Moody Blue. HEX triplet: 7B, 7A and DB. RGB value is (123,122,219). Sum of RGB (Red+Green+Blue) = 123+122+219=464 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.51% from 464); Green value is 122 (48.05% from 255 or 26.29% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #7B7ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7ADB is #848524. Grayscale: #848484. Windows color (decimal): -8684837 or 14383739. OLE color: 14383739.
HSL color Cylindrical-coordinate representation of color #7B7ADB: hue angle of 240.62º 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 #7B7ADB is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 123 | 122 | 219 | - |
| CMYK | 0.44 | 0.44 | 0 | 0.14 |
| HSL | 240.62º | 0.57% | 0.67% | - |
| HSV(B) | 240.62º | 0.44% | 0.86% | - |
| XYZ | 27.91 | 23.24 | 70.03 | - |
| YUV | 133.36 | 176.33 | 120.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 122 | 219 | 0.44 | 0.44 | 0 | 0.14 | 240.62 | 0.57 | 0.67 |
| Hex | 7B | 7A | DB | 2C | 2C | 0 | E | F1 | 39 | 43 |
| Octal | 173 | 172 | 333 | 54 | 54 | 0 | 16 | 361 | 71 | 103 |
| Binary | 1111011 | 1111010 | 11011011 | 101100 | 101100 | 0 | 1110 | 11110001 | 111001 | 1000011 |
Color Harmonies of #7B7ADB
Complementary color
Monochromatic Colors of #7B7ADB
Black with #7B7ADB
Text Example
Text Example
White with #7B7ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7ADB; }
p { color: rgb(123,122,219); }
H1.HeaderClassName
{
color: #7B7ADB;
}
.AnyTagClassName
{
color: #7B7ADB;
}
</style>
background-color css
<style>
a { background-color: #7B7ADB; }
a { background-color: rgb(123,122,219); }
div.DivClassName
{
background-color: #7B7ADB;
}
.BgClassName
{
background-color: #7B7ADB;
}
</style>
border-color css
<style>
span { border-color: #7B7ADB; }
span { border-color: rgb(123,122,219); }
td.TdClassName
{
border-color: #7B7ADB;
}
.TagClassName
{
border-color: #7B7ADB;
}
</style>