Shades of Moody Blue #767BDA
Tints of Moody Blue #767BDA
RGB
CMYK
RGB Variations
Color information
#767BDA (or 0x767BDA) is known color: Moody Blue. HEX triplet: 76, 7B and DA. RGB value is (118,123,218). Sum of RGB (Red+Green+Blue) = 118+123+218=459 (60% of max value = 765). Red value is 118 (46.48% from 255 or 25.71% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #767BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767BDA is #898425. Grayscale: #838383. Windows color (decimal): -9012262 or 14318454. OLE color: 14318454.
HSL color Cylindrical-coordinate representation of color #767BDA: hue angle of 237º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #767BDA is Cyan = 0.46, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 123 | 218 | - |
| CMYK | 0.46 | 0.44 | 0 | 0.15 |
| HSL | 237º | 0.57% | 0.66% | - |
| HSV(B) | 237º | 0.46% | 0.85% | - |
| XYZ | 27.21 | 23.08 | 69.35 | - |
| YUV | 132.34 | 176.34 | 117.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 123 | 218 | 0.46 | 0.44 | 0 | 0.15 | 237 | 0.57 | 0.66 |
| Hex | 76 | 7B | DA | 2E | 2C | 0 | F | ED | 39 | 42 |
| Octal | 166 | 173 | 332 | 56 | 54 | 0 | 17 | 355 | 71 | 102 |
| Binary | 1110110 | 1111011 | 11011010 | 101110 | 101100 | 0 | 1111 | 11101101 | 111001 | 1000010 |
Color Harmonies of #767BDA
Complementary color
Monochromatic Colors of #767BDA
Black with #767BDA
Text Example
Text Example
White with #767BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767BDA; }
p { color: rgb(118,123,218); }
H1.HeaderClassName
{
color: #767BDA;
}
.AnyTagClassName
{
color: #767BDA;
}
</style>
background-color css
<style>
a { background-color: #767BDA; }
a { background-color: rgb(118,123,218); }
div.DivClassName
{
background-color: #767BDA;
}
.BgClassName
{
background-color: #767BDA;
}
</style>
border-color css
<style>
span { border-color: #767BDA; }
span { border-color: rgb(118,123,218); }
td.TdClassName
{
border-color: #767BDA;
}
.TagClassName
{
border-color: #767BDA;
}
</style>