Shades of Moody Blue #766ACC
Tints of Moody Blue #766ACC
RGB
CMYK
RGB Variations
Color information
#766ACC (or 0x766ACC) is known color: Moody Blue. HEX triplet: 76, 6A and CC. RGB value is (118,106,204). Sum of RGB (Red+Green+Blue) = 118+106+204=428 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.57% from 428); Green value is 106 (41.80% from 255 or 24.77% from 428); Blue value is 204 (80.08% from 255 or 47.66% from 428); Max value from RGB is 204 - color contains mainly: blue. Hex color #766ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766ACC is #899533. Grayscale: #787878. Windows color (decimal): -9016628 or 13396598. OLE color: 13396598.
HSL color Cylindrical-coordinate representation of color #766ACC: hue angle of 247.35º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #766ACC is Cyan = 0.42, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 118 | 106 | 204 | - |
| CMYK | 0.42 | 0.48 | 0 | 0.2 |
| HSL | 247.35º | 0.49% | 0.61% | - |
| HSV(B) | 247.35º | 0.48% | 0.8% | - |
| XYZ | 23.52 | 18.52 | 59.46 | - |
| YUV | 120.76 | 174.98 | 126.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 106 | 204 | 0.42 | 0.48 | 0 | 0.2 | 247.35 | 0.49 | 0.61 |
| Hex | 76 | 6A | CC | 2A | 30 | 0 | 14 | F7 | 31 | 3D |
| Octal | 166 | 152 | 314 | 52 | 60 | 0 | 24 | 367 | 61 | 75 |
| Binary | 1110110 | 1101010 | 11001100 | 101010 | 110000 | 0 | 10100 | 11110111 | 110001 | 111101 |
Color Harmonies of #766ACC
Complementary color
Monochromatic Colors of #766ACC
Black with #766ACC
Text Example
Text Example
White with #766ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766ACC; }
p { color: rgb(118,106,204); }
H1.HeaderClassName
{
color: #766ACC;
}
.AnyTagClassName
{
color: #766ACC;
}
</style>
background-color css
<style>
a { background-color: #766ACC; }
a { background-color: rgb(118,106,204); }
div.DivClassName
{
background-color: #766ACC;
}
.BgClassName
{
background-color: #766ACC;
}
</style>
border-color css
<style>
span { border-color: #766ACC; }
span { border-color: rgb(118,106,204); }
td.TdClassName
{
border-color: #766ACC;
}
.TagClassName
{
border-color: #766ACC;
}
</style>