Shades of Moody Blue #767FDA
Tints of Moody Blue #767FDA
RGB
CMYK
RGB Variations
Color information
#767FDA (or 0x767FDA) is known color: Moody Blue. HEX triplet: 76, 7F and DA. RGB value is (118,127,218). Sum of RGB (Red+Green+Blue) = 118+127+218=463 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.49% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 218 (85.55% from 255 or 47.08% from 463); Max value from RGB is 218 - color contains mainly: blue. Hex color #767FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #767FDA is #898025. Grayscale: #868686. Windows color (decimal): -9011238 or 14319478. OLE color: 14319478.
HSL color Cylindrical-coordinate representation of color #767FDA: hue angle of 234.6º 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 #767FDA is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 118 | 127 | 218 | - |
| CMYK | 0.46 | 0.42 | 0 | 0.15 |
| HSL | 234.6º | 0.57% | 0.66% | - |
| HSV(B) | 234.6º | 0.46% | 0.85% | - |
| XYZ | 27.72 | 24.09 | 69.52 | - |
| YUV | 134.68 | 175.02 | 116.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 127 | 218 | 0.46 | 0.42 | 0 | 0.15 | 234.6 | 0.57 | 0.66 |
| Hex | 76 | 7F | DA | 2E | 2A | 0 | F | EB | 39 | 42 |
| Octal | 166 | 177 | 332 | 56 | 52 | 0 | 17 | 353 | 71 | 102 |
| Binary | 1110110 | 1111111 | 11011010 | 101110 | 101010 | 0 | 1111 | 11101011 | 111001 | 1000010 |
Color Harmonies of #767FDA
Complementary color
Monochromatic Colors of #767FDA
Black with #767FDA
Text Example
Text Example
White with #767FDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767FDA; }
p { color: rgb(118,127,218); }
H1.HeaderClassName
{
color: #767FDA;
}
.AnyTagClassName
{
color: #767FDA;
}
</style>
background-color css
<style>
a { background-color: #767FDA; }
a { background-color: rgb(118,127,218); }
div.DivClassName
{
background-color: #767FDA;
}
.BgClassName
{
background-color: #767FDA;
}
</style>
border-color css
<style>
span { border-color: #767FDA; }
span { border-color: rgb(118,127,218); }
td.TdClassName
{
border-color: #767FDA;
}
.TagClassName
{
border-color: #767FDA;
}
</style>