#7778BB

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

Shades of Moody Blue #7778BB

Tints of Moody Blue #7778BB

Color information

#7778BB (or 0x7778BB) is unknown color: approx Moody Blue. HEX triplet: 77, 78 and BB. RGB value is (119,120,187). Sum of RGB (Red+Green+Blue) = 119+120+187=426 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.93% from 426); Green value is 120 (47.27% from 255 or 28.17% from 426); Blue value is 187 (73.44% from 255 or 43.90% from 426); Max value from RGB is 187 - color contains mainly: blue. Hex color #7778BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7778BB is #888744. Grayscale: #7F7F7F. Windows color (decimal): -8947525 or 12286071. OLE color: 12286071.

HSL color Cylindrical-coordinate representation of color #7778BB: hue angle of 239.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7778BB is Cyan = 0.36, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119120187-
CMYK0.360.3600.27
HSL239.12º33.33%60%-
HSV(B)239.12º36.36%73.33%-
XYZ23.2920.9449.83-
YUV127.34161.67122.05-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.93%
GREEN value IS 120 (47.27% from 255) = 28.17%
BLUE value IS 187 (73.44% from 255) = 43.90%
R=27.93%
G=28.17%
B=43.90%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191201870.360.3600.27239.1233.3360
Hex7778BB242401Bef213c
Octal16717027344440333574174
Binary111011111110001011101110010010010001101111101111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7778BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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