#7778CC

Color #7778CC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7778CC

Tints of Moody Blue #7778CC

Color information

#7778CC (or 0x7778CC) is unknown color: approx Moody Blue. HEX triplet: 77, 78 and CC. RGB value is (119,120,204). Sum of RGB (Red+Green+Blue) = 119+120+204=443 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.86% from 443); Green value is 120 (47.27% from 255 or 27.09% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #7778CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778CC is #888733. Grayscale: #808080. Windows color (decimal): -8947508 or 13400183. OLE color: 13400183.

HSL color Cylindrical-coordinate representation of color #7778CC: hue angle of 239.29º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7778CC is Cyan = 0.42, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB119120204-
CMYK0.420.4100.2
HSL239.29º45.45%63.33%-
HSV(B)239.29º41.67%80%-
XYZ25.2221.7159.99-
YUV129.28170.17120.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 119 (46.88% from 255) = 26.86%
GREEN value IS 120 (47.27% from 255) = 27.09%
BLUE value IS 204 (80.08% from 255) = 46.05%
R=26.86%
G=27.09%
B=46.05%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1191202040.420.4100.2239.2945.4563.33
Hex7778CC2A29014ef2d3f
Octal16717031452510243575577
Binary111011111110001100110010101010100101010011101111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7778CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7778CC; }

 p { color: rgb(119,120,204); }

 H1.HeaderClassName
 {
   color: #7778CC;
 }
 .AnyTagClassName
 {
   color: #7778CC;
 }
</style>
background-color css

<style>
 a { background-color: #7778CC; }

 a { background-color: rgb(119,120,204); }

 div.DivClassName
 {
   background-color: #7778CC;
 }
 .BgClassName
 {
   background-color: #7778CC;
 }
</style>
border-color css

<style>
 span { border-color: #7778CC; }

 span { border-color: rgb(119,120,204); }

 td.TdClassName
 {
   border-color: #7778CC;
 }
 .TagClassName
 {
   border-color: #7778CC;
 }
</style>