Shades of Moody Blue #7775C6
Tints of Moody Blue #7775C6
RGB
CMYK
RGB Variations
Color information
#7775C6 (or 0x7775C6) is known color: Moody Blue. HEX triplet: 77, 75 and C6. RGB value is (119,117,198). Sum of RGB (Red+Green+Blue) = 119+117+198=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 198 (77.73% from 255 or 45.62% from 434); Max value from RGB is 198 - color contains mainly: blue. Hex color #7775C6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7775C6 is #888A39. Grayscale: #7E7E7E. Windows color (decimal): -8948282 or 13006199. OLE color: 13006199.
HSL color Cylindrical-coordinate representation of color #7775C6: hue angle of 241.48º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7775C6 is Cyan = 0.40, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 119 | 117 | 198 | - |
| CMYK | 0.40 | 0.41 | 0 | 0.22 |
| HSL | 241.48º | 0.42% | 0.62% | - |
| HSV(B) | 241.48º | 0.41% | 0.78% | - |
| XYZ | 24.16 | 20.72 | 56.15 | - |
| YUV | 126.83 | 168.16 | 122.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 117 | 198 | 0.40 | 0.41 | 0 | 0.22 | 241.48 | 0.42 | 0.62 |
| Hex | 77 | 75 | C6 | 28 | 29 | 0 | 16 | F1 | 2A | 3E |
| Octal | 167 | 165 | 306 | 50 | 51 | 0 | 26 | 361 | 52 | 76 |
| Binary | 1110111 | 1110101 | 11000110 | 101000 | 101001 | 0 | 10110 | 11110001 | 101010 | 111110 |
Color Harmonies of #7775C6
Complementary color
Monochromatic Colors of #7775C6
Black with #7775C6
Text Example
Text Example
White with #7775C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7775C6; }
p { color: rgb(119,117,198); }
H1.HeaderClassName
{
color: #7775C6;
}
.AnyTagClassName
{
color: #7775C6;
}
</style>
background-color css
<style>
a { background-color: #7775C6; }
a { background-color: rgb(119,117,198); }
div.DivClassName
{
background-color: #7775C6;
}
.BgClassName
{
background-color: #7775C6;
}
</style>
border-color css
<style>
span { border-color: #7775C6; }
span { border-color: rgb(119,117,198); }
td.TdClassName
{
border-color: #7775C6;
}
.TagClassName
{
border-color: #7775C6;
}
</style>