Shades of Moody Blue #767ADB
Tints of Moody Blue #767ADB
RGB
CMYK
RGB Variations
Color information
#767ADB (or 0x767ADB) is known color: Moody Blue. HEX triplet: 76, 7A and DB. RGB value is (118,122,219). Sum of RGB (Red+Green+Blue) = 118+122+219=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 122 (48.05% from 255 or 26.58% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #767ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767ADB is #898524. Grayscale: #838383. Windows color (decimal): -9012517 or 14383734. OLE color: 14383734.
HSL color Cylindrical-coordinate representation of color #767ADB: hue angle of 237.62º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767ADB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 122 | 219 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.14 |
| HSL | 237.62º | 0.58% | 0.66% | - |
| HSV(B) | 237.62º | 0.46% | 0.86% | - |
| XYZ | 27.22 | 22.89 | 70 | - |
| YUV | 131.86 | 177.17 | 118.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 122 | 219 | 0.46 | 0.44 | 0 | 0.14 | 237.62 | 0.58 | 0.66 |
| Hex | 76 | 7A | DB | 2E | 2C | 0 | E | EE | 3A | 42 |
| Octal | 166 | 172 | 333 | 56 | 54 | 0 | 16 | 356 | 72 | 102 |
| Binary | 1110110 | 1111010 | 11011011 | 101110 | 101100 | 0 | 1110 | 11101110 | 111010 | 1000010 |
Color Harmonies of #767ADB
Complementary color
Monochromatic Colors of #767ADB
Black with #767ADB
Text Example
Text Example
White with #767ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767ADB; }
p { color: rgb(118,122,219); }
H1.HeaderClassName
{
color: #767ADB;
}
.AnyTagClassName
{
color: #767ADB;
}
</style>
background-color css
<style>
a { background-color: #767ADB; }
a { background-color: rgb(118,122,219); }
div.DivClassName
{
background-color: #767ADB;
}
.BgClassName
{
background-color: #767ADB;
}
</style>
border-color css
<style>
span { border-color: #767ADB; }
span { border-color: rgb(118,122,219); }
td.TdClassName
{
border-color: #767ADB;
}
.TagClassName
{
border-color: #767ADB;
}
</style>