Shades of Moody Blue #767BDB
Tints of Moody Blue #767BDB
RGB
CMYK
RGB Variations
Color information
#767BDB (or 0x767BDB) is known color: Moody Blue. HEX triplet: 76, 7B and DB. RGB value is (118,123,219). Sum of RGB (Red+Green+Blue) = 118+123+219=460 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.65% from 460); Green value is 123 (48.44% from 255 or 26.74% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #767BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BDB is #898424. Grayscale: #848484. Windows color (decimal): -9012261 or 14383990. OLE color: 14383990.
HSL color Cylindrical-coordinate representation of color #767BDB: hue angle of 237.03º 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 #767BDB is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 118 | 123 | 219 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.14 |
| HSL | 237.03º | 0.58% | 0.66% | - |
| HSV(B) | 237.03º | 0.46% | 0.86% | - |
| XYZ | 27.34 | 23.13 | 70.04 | - |
| YUV | 132.45 | 176.84 | 117.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 219 | 0.46 | 0.44 | 0 | 0.14 | 237.03 | 0.58 | 0.66 |
| Hex | 76 | 7B | DB | 2E | 2C | 0 | E | ED | 3A | 42 |
| Octal | 166 | 173 | 333 | 56 | 54 | 0 | 16 | 355 | 72 | 102 |
| Binary | 1110110 | 1111011 | 11011011 | 101110 | 101100 | 0 | 1110 | 11101101 | 111010 | 1000010 |
Color Harmonies of #767BDB
Complementary color
Monochromatic Colors of #767BDB
Black with #767BDB
Text Example
Text Example
White with #767BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BDB; }
p { color: rgb(118,123,219); }
H1.HeaderClassName
{
color: #767BDB;
}
.AnyTagClassName
{
color: #767BDB;
}
</style>
background-color css
<style>
a { background-color: #767BDB; }
a { background-color: rgb(118,123,219); }
div.DivClassName
{
background-color: #767BDB;
}
.BgClassName
{
background-color: #767BDB;
}
</style>
border-color css
<style>
span { border-color: #767BDB; }
span { border-color: rgb(118,123,219); }
td.TdClassName
{
border-color: #767BDB;
}
.TagClassName
{
border-color: #767BDB;
}
</style>