Shades of Moody Blue #766BBC
Tints of Moody Blue #766BBC
RGB
CMYK
RGB Variations
Color information
#766BBC (or 0x766BBC) is known color: Moody Blue. HEX triplet: 76, 6B and BC. RGB value is (118,107,188). Sum of RGB (Red+Green+Blue) = 118+107+188=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 188 (73.83% from 255 or 45.52% from 413); Max value from RGB is 188 - color contains mainly: blue. Hex color #766BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BBC is #899443. Grayscale: #777777. Windows color (decimal): -9016388 or 12348278. OLE color: 12348278.
HSL color Cylindrical-coordinate representation of color #766BBC: hue angle of 248.15º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766BBC is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 118 | 107 | 188 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.26 |
| HSL | 248.15º | 0.38% | 0.58% | - |
| HSV(B) | 248.15º | 0.43% | 0.74% | - |
| XYZ | 21.81 | 18 | 49.9 | - |
| YUV | 119.52 | 166.64 | 126.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 188 | 0.37 | 0.43 | 0 | 0.26 | 248.15 | 0.38 | 0.58 |
| Hex | 76 | 6B | BC | 25 | 2B | 0 | 1A | F8 | 26 | 3A |
| Octal | 166 | 153 | 274 | 45 | 53 | 0 | 32 | 370 | 46 | 72 |
| Binary | 1110110 | 1101011 | 10111100 | 100101 | 101011 | 0 | 11010 | 11111000 | 100110 | 111010 |
Color Harmonies of #766BBC
Complementary color
Monochromatic Colors of #766BBC
Black with #766BBC
Text Example
Text Example
White with #766BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BBC; }
p { color: rgb(118,107,188); }
H1.HeaderClassName
{
color: #766BBC;
}
.AnyTagClassName
{
color: #766BBC;
}
</style>
background-color css
<style>
a { background-color: #766BBC; }
a { background-color: rgb(118,107,188); }
div.DivClassName
{
background-color: #766BBC;
}
.BgClassName
{
background-color: #766BBC;
}
</style>
border-color css
<style>
span { border-color: #766BBC; }
span { border-color: rgb(118,107,188); }
td.TdClassName
{
border-color: #766BBC;
}
.TagClassName
{
border-color: #766BBC;
}
</style>