Shades of Moody Blue #766CCB
Tints of Moody Blue #766CCB
RGB
CMYK
RGB Variations
Color information
#766CCB (or 0x766CCB) is known color: Moody Blue. HEX triplet: 76, 6C and CB. RGB value is (118,108,203). Sum of RGB (Red+Green+Blue) = 118+108+203=429 (56% of max value = 765). Red value is 118 (46.48% from 255 or 27.51% from 429); Green value is 108 (42.58% from 255 or 25.17% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #766CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #766CCB is #899334. Grayscale: #797979. Windows color (decimal): -9016117 or 13331574. OLE color: 13331574.
HSL color Cylindrical-coordinate representation of color #766CCB: hue angle of 246.32º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #766CCB is Cyan = 0.42, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 118 | 108 | 203 | - |
| CMYK | 0.42 | 0.47 | 0 | 0.20 |
| HSL | 246.32º | 0.48% | 0.61% | - |
| HSV(B) | 246.32º | 0.47% | 0.8% | - |
| XYZ | 23.61 | 18.89 | 58.9 | - |
| YUV | 121.82 | 173.81 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 108 | 203 | 0.42 | 0.47 | 0 | 0.20 | 246.32 | 0.48 | 0.61 |
| Hex | 76 | 6C | CB | 2A | 2F | 0 | 14 | F6 | 30 | 3D |
| Octal | 166 | 154 | 313 | 52 | 57 | 0 | 24 | 366 | 60 | 75 |
| Binary | 1110110 | 1101100 | 11001011 | 101010 | 101111 | 0 | 10100 | 11110110 | 110000 | 111101 |
Color Harmonies of #766CCB
Complementary color
Monochromatic Colors of #766CCB
Black with #766CCB
Text Example
Text Example
White with #766CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #766CCB; }
p { color: rgb(118,108,203); }
H1.HeaderClassName
{
color: #766CCB;
}
.AnyTagClassName
{
color: #766CCB;
}
</style>
background-color css
<style>
a { background-color: #766CCB; }
a { background-color: rgb(118,108,203); }
div.DivClassName
{
background-color: #766CCB;
}
.BgClassName
{
background-color: #766CCB;
}
</style>
border-color css
<style>
span { border-color: #766CCB; }
span { border-color: rgb(118,108,203); }
td.TdClassName
{
border-color: #766CCB;
}
.TagClassName
{
border-color: #766CCB;
}
</style>