Shades of Moody Blue #766CBA
Tints of Moody Blue #766CBA
RGB
CMYK
RGB Variations
Color information
#766CBA (or 0x766CBA) is known color: Moody Blue. HEX triplet: 76, 6C and BA. RGB value is (118,108,186). Sum of RGB (Red+Green+Blue) = 118+108+186=412 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.64% from 412); Green value is 108 (42.58% from 255 or 26.21% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #766CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CBA is #899345. Grayscale: #777777. Windows color (decimal): -9016134 or 12217462. OLE color: 12217462.
HSL color Cylindrical-coordinate representation of color #766CBA: hue angle of 247.69º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #766CBA is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 118 | 108 | 186 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.27 |
| HSL | 247.69º | 0.36% | 0.58% | - |
| HSV(B) | 247.69º | 0.42% | 0.73% | - |
| XYZ | 21.7 | 18.12 | 48.81 | - |
| YUV | 119.88 | 165.31 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 186 | 0.37 | 0.42 | 0 | 0.27 | 247.69 | 0.36 | 0.58 |
| Hex | 76 | 6C | BA | 25 | 2A | 0 | 1B | F8 | 24 | 3A |
| Octal | 166 | 154 | 272 | 45 | 52 | 0 | 33 | 370 | 44 | 72 |
| Binary | 1110110 | 1101100 | 10111010 | 100101 | 101010 | 0 | 11011 | 11111000 | 100100 | 111010 |
Color Harmonies of #766CBA
Complementary color
Monochromatic Colors of #766CBA
Black with #766CBA
Text Example
Text Example
White with #766CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CBA; }
p { color: rgb(118,108,186); }
H1.HeaderClassName
{
color: #766CBA;
}
.AnyTagClassName
{
color: #766CBA;
}
</style>
background-color css
<style>
a { background-color: #766CBA; }
a { background-color: rgb(118,108,186); }
div.DivClassName
{
background-color: #766CBA;
}
.BgClassName
{
background-color: #766CBA;
}
</style>
border-color css
<style>
span { border-color: #766CBA; }
span { border-color: rgb(118,108,186); }
td.TdClassName
{
border-color: #766CBA;
}
.TagClassName
{
border-color: #766CBA;
}
</style>