Shades of Moody Blue #766CC8
Tints of Moody Blue #766CC8
RGB
CMYK
RGB Variations
Color information
#766CC8 (or 0x766CC8) is known color: Moody Blue. HEX triplet: 76, 6C and C8. RGB value is (118,108,200). Sum of RGB (Red+Green+Blue) = 118+108+200=426 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.70% from 426); Green value is 108 (42.58% from 255 or 25.35% from 426); Blue value is 200 (78.52% from 255 or 46.95% from 426); Max value from RGB is 200 - color contains mainly: blue. Hex color #766CC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CC8 is #899337. Grayscale: #797979. Windows color (decimal): -9016120 or 13134966. OLE color: 13134966.
HSL color Cylindrical-coordinate representation of color #766CC8: hue angle of 246.52º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #766CC8 is Cyan = 0.41, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 118 | 108 | 200 | - |
| CMYK | 0.41 | 0.46 | 0 | 0.22 |
| HSL | 246.52º | 0.46% | 0.6% | - |
| HSV(B) | 246.52º | 0.46% | 0.78% | - |
| XYZ | 23.26 | 18.75 | 57.04 | - |
| YUV | 121.48 | 172.31 | 125.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 200 | 0.41 | 0.46 | 0 | 0.22 | 246.52 | 0.46 | 0.6 |
| Hex | 76 | 6C | C8 | 29 | 2E | 0 | 16 | F7 | 2E | 3C |
| Octal | 166 | 154 | 310 | 51 | 56 | 0 | 26 | 367 | 56 | 74 |
| Binary | 1110110 | 1101100 | 11001000 | 101001 | 101110 | 0 | 10110 | 11110111 | 101110 | 111100 |
Color Harmonies of #766CC8
Complementary color
Monochromatic Colors of #766CC8
Black with #766CC8
Text Example
Text Example
White with #766CC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CC8; }
p { color: rgb(118,108,200); }
H1.HeaderClassName
{
color: #766CC8;
}
.AnyTagClassName
{
color: #766CC8;
}
</style>
background-color css
<style>
a { background-color: #766CC8; }
a { background-color: rgb(118,108,200); }
div.DivClassName
{
background-color: #766CC8;
}
.BgClassName
{
background-color: #766CC8;
}
</style>
border-color css
<style>
span { border-color: #766CC8; }
span { border-color: rgb(118,108,200); }
td.TdClassName
{
border-color: #766CC8;
}
.TagClassName
{
border-color: #766CC8;
}
</style>