Shades of Moody Blue #766CBF
Tints of Moody Blue #766CBF
RGB
CMYK
RGB Variations
Color information
#766CBF (or 0x766CBF) is known color: Moody Blue. HEX triplet: 76, 6C and BF. RGB value is (118,108,191). Sum of RGB (Red+Green+Blue) = 118+108+191=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 108 (42.58% from 255 or 25.90% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #766CBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CBF is #899340. Grayscale: #787878. Windows color (decimal): -9016129 or 12545142. OLE color: 12545142.
HSL color Cylindrical-coordinate representation of color #766CBF: hue angle of 247.23º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #766CBF is Cyan = 0.38, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 118 | 108 | 191 | - |
| CMYK | 0.38 | 0.43 | 0 | 0.25 |
| HSL | 247.23º | 0.39% | 0.59% | - |
| HSV(B) | 247.23º | 0.43% | 0.75% | - |
| XYZ | 22.24 | 18.34 | 51.66 | - |
| YUV | 120.45 | 167.81 | 126.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 191 | 0.38 | 0.43 | 0 | 0.25 | 247.23 | 0.39 | 0.59 |
| Hex | 76 | 6C | BF | 26 | 2B | 0 | 19 | F7 | 27 | 3B |
| Octal | 166 | 154 | 277 | 46 | 53 | 0 | 31 | 367 | 47 | 73 |
| Binary | 1110110 | 1101100 | 10111111 | 100110 | 101011 | 0 | 11001 | 11110111 | 100111 | 111011 |
Color Harmonies of #766CBF
Complementary color
Monochromatic Colors of #766CBF
Black with #766CBF
Text Example
Text Example
White with #766CBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CBF; }
p { color: rgb(118,108,191); }
H1.HeaderClassName
{
color: #766CBF;
}
.AnyTagClassName
{
color: #766CBF;
}
</style>
background-color css
<style>
a { background-color: #766CBF; }
a { background-color: rgb(118,108,191); }
div.DivClassName
{
background-color: #766CBF;
}
.BgClassName
{
background-color: #766CBF;
}
</style>
border-color css
<style>
span { border-color: #766CBF; }
span { border-color: rgb(118,108,191); }
td.TdClassName
{
border-color: #766CBF;
}
.TagClassName
{
border-color: #766CBF;
}
</style>