Shades of Moody Blue #767FDB
Tints of Moody Blue #767FDB
RGB
CMYK
RGB Variations
Color information
#767FDB (or 0x767FDB) is known color: Moody Blue. HEX triplet: 76, 7F and DB. RGB value is (118,127,219). Sum of RGB (Red+Green+Blue) = 118+127+219=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 127 (50% from 255 or 27.37% 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 #767FDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FDB is #898024. Grayscale: #868686. Windows color (decimal): -9011237 or 14385014. OLE color: 14385014.
HSL color Cylindrical-coordinate representation of color #767FDB: hue angle of 234.65º 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 #767FDB is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 127 | 219 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.14 |
| HSL | 234.65º | 0.58% | 0.66% | - |
| HSV(B) | 234.65º | 0.46% | 0.86% | - |
| XYZ | 27.85 | 24.14 | 70.21 | - |
| YUV | 134.8 | 175.52 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 219 | 0.46 | 0.42 | 0 | 0.14 | 234.65 | 0.58 | 0.66 |
| Hex | 76 | 7F | DB | 2E | 2A | 0 | E | EB | 3A | 42 |
| Octal | 166 | 177 | 333 | 56 | 52 | 0 | 16 | 353 | 72 | 102 |
| Binary | 1110110 | 1111111 | 11011011 | 101110 | 101010 | 0 | 1110 | 11101011 | 111010 | 1000010 |
Color Harmonies of #767FDB
Complementary color
Monochromatic Colors of #767FDB
Black with #767FDB
Text Example
Text Example
White with #767FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FDB; }
p { color: rgb(118,127,219); }
H1.HeaderClassName
{
color: #767FDB;
}
.AnyTagClassName
{
color: #767FDB;
}
</style>
background-color css
<style>
a { background-color: #767FDB; }
a { background-color: rgb(118,127,219); }
div.DivClassName
{
background-color: #767FDB;
}
.BgClassName
{
background-color: #767FDB;
}
</style>
border-color css
<style>
span { border-color: #767FDB; }
span { border-color: rgb(118,127,219); }
td.TdClassName
{
border-color: #767FDB;
}
.TagClassName
{
border-color: #767FDB;
}
</style>