Shades of Moody Blue #776BCB
Tints of Moody Blue #776BCB
RGB
CMYK
RGB Variations
Color information
#776BCB (or 0x776BCB) is known color: Moody Blue. HEX triplet: 77, 6B and CB. RGB value is (119,107,203). Sum of RGB (Red+Green+Blue) = 119+107+203=429 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.74% from 429); Green value is 107 (42.19% from 255 or 24.94% 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 #776BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BCB is #889434. Grayscale: #797979. Windows color (decimal): -8950837 or 13331319. OLE color: 13331319.
HSL color Cylindrical-coordinate representation of color #776BCB: hue angle of 247.5º 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 #776BCB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 107 | 203 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.20 |
| HSL | 247.5º | 0.48% | 0.61% | - |
| HSV(B) | 247.5º | 0.47% | 0.8% | - |
| XYZ | 23.64 | 18.75 | 58.87 | - |
| YUV | 121.53 | 173.98 | 126.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 107 | 203 | 0.41 | 0.47 | 0 | 0.20 | 247.5 | 0.48 | 0.61 |
| Hex | 77 | 6B | CB | 29 | 2F | 0 | 14 | F8 | 30 | 3D |
| Octal | 167 | 153 | 313 | 51 | 57 | 0 | 24 | 370 | 60 | 75 |
| Binary | 1110111 | 1101011 | 11001011 | 101001 | 101111 | 0 | 10100 | 11111000 | 110000 | 111101 |
Color Harmonies of #776BCB
Complementary color
Monochromatic Colors of #776BCB
Black with #776BCB
Text Example
Text Example
White with #776BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776BCB; }
p { color: rgb(119,107,203); }
H1.HeaderClassName
{
color: #776BCB;
}
.AnyTagClassName
{
color: #776BCB;
}
</style>
background-color css
<style>
a { background-color: #776BCB; }
a { background-color: rgb(119,107,203); }
div.DivClassName
{
background-color: #776BCB;
}
.BgClassName
{
background-color: #776BCB;
}
</style>
border-color css
<style>
span { border-color: #776BCB; }
span { border-color: rgb(119,107,203); }
td.TdClassName
{
border-color: #776BCB;
}
.TagClassName
{
border-color: #776BCB;
}
</style>