Shades of Moody Blue #766BBE
Tints of Moody Blue #766BBE
RGB
CMYK
RGB Variations
Color information
#766BBE (or 0x766BBE) is known color: Moody Blue. HEX triplet: 76, 6B and BE. RGB value is (118,107,190). Sum of RGB (Red+Green+Blue) = 118+107+190=415 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.43% from 415); Green value is 107 (42.19% from 255 or 25.78% from 415); Blue value is 190 (74.61% from 255 or 45.78% from 415); Max value from RGB is 190 - color contains mainly: blue. Hex color #766BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766BBE is #899441. Grayscale: #777777. Windows color (decimal): -9016386 or 12479350. OLE color: 12479350.
HSL color Cylindrical-coordinate representation of color #766BBE: hue angle of 247.95º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #766BBE is Cyan = 0.38, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 107 | 190 | - |
| CMYK | 0.38 | 0.44 | 0 | 0.25 |
| HSL | 247.95º | 0.39% | 0.58% | - |
| HSV(B) | 247.95º | 0.44% | 0.75% | - |
| XYZ | 22.02 | 18.08 | 51.05 | - |
| YUV | 119.75 | 167.64 | 126.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 107 | 190 | 0.38 | 0.44 | 0 | 0.25 | 247.95 | 0.39 | 0.58 |
| Hex | 76 | 6B | BE | 26 | 2C | 0 | 19 | F8 | 27 | 3A |
| Octal | 166 | 153 | 276 | 46 | 54 | 0 | 31 | 370 | 47 | 72 |
| Binary | 1110110 | 1101011 | 10111110 | 100110 | 101100 | 0 | 11001 | 11111000 | 100111 | 111010 |
Color Harmonies of #766BBE
Complementary color
Monochromatic Colors of #766BBE
Black with #766BBE
Text Example
Text Example
White with #766BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766BBE; }
p { color: rgb(118,107,190); }
H1.HeaderClassName
{
color: #766BBE;
}
.AnyTagClassName
{
color: #766BBE;
}
</style>
background-color css
<style>
a { background-color: #766BBE; }
a { background-color: rgb(118,107,190); }
div.DivClassName
{
background-color: #766BBE;
}
.BgClassName
{
background-color: #766BBE;
}
</style>
border-color css
<style>
span { border-color: #766BBE; }
span { border-color: rgb(118,107,190); }
td.TdClassName
{
border-color: #766BBE;
}
.TagClassName
{
border-color: #766BBE;
}
</style>