Shades of Moody Blue #776CCB
Tints of Moody Blue #776CCB
RGB
CMYK
RGB Variations
Color information
#776CCB (or 0x776CCB) is known color: Moody Blue. HEX triplet: 77, 6C and CB. RGB value is (119,108,203). Sum of RGB (Red+Green+Blue) = 119+108+203=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 108 (42.58% from 255 or 25.12% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #776CCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776CCB is #889334. Grayscale: #797979. Windows color (decimal): -8950581 or 13331575. OLE color: 13331575.
HSL color Cylindrical-coordinate representation of color #776CCB: hue angle of 246.95º 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 #776CCB is Cyan = 0.41, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 119 | 108 | 203 | - |
| CMYK | 0.41 | 0.47 | 0 | 0.20 |
| HSL | 246.95º | 0.48% | 0.61% | - |
| HSV(B) | 246.95º | 0.47% | 0.8% | - |
| XYZ | 23.75 | 18.96 | 58.91 | - |
| YUV | 122.12 | 173.64 | 125.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 108 | 203 | 0.41 | 0.47 | 0 | 0.20 | 246.95 | 0.48 | 0.61 |
| Hex | 77 | 6C | CB | 29 | 2F | 0 | 14 | F7 | 30 | 3D |
| Octal | 167 | 154 | 313 | 51 | 57 | 0 | 24 | 367 | 60 | 75 |
| Binary | 1110111 | 1101100 | 11001011 | 101001 | 101111 | 0 | 10100 | 11110111 | 110000 | 111101 |
Color Harmonies of #776CCB
Complementary color
Monochromatic Colors of #776CCB
Black with #776CCB
Text Example
Text Example
White with #776CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #776CCB; }
p { color: rgb(119,108,203); }
H1.HeaderClassName
{
color: #776CCB;
}
.AnyTagClassName
{
color: #776CCB;
}
</style>
background-color css
<style>
a { background-color: #776CCB; }
a { background-color: rgb(119,108,203); }
div.DivClassName
{
background-color: #776CCB;
}
.BgClassName
{
background-color: #776CCB;
}
</style>
border-color css
<style>
span { border-color: #776CCB; }
span { border-color: rgb(119,108,203); }
td.TdClassName
{
border-color: #776CCB;
}
.TagClassName
{
border-color: #776CCB;
}
</style>