#7770BA

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

Shades of Moody Blue #7770BA

Tints of Moody Blue #7770BA

Color information

#7770BA (or 0x7770BA) is unknown color: approx Moody Blue. HEX triplet: 77, 70 and BA. RGB value is (119,112,186). Sum of RGB (Red+Green+Blue) = 119+112+186=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 186 (73.05% from 255 or 44.60% from 417); Max value from RGB is 186 - color contains mainly: blue. Hex color #7770BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7770BA is #888F45. Grayscale: #7A7A7A. Windows color (decimal): -8949574 or 12218487. OLE color: 12218487.

HSL color Cylindrical-coordinate representation of color #7770BA: hue angle of 245.68º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7770BA is Cyan = 0.36, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119112186-
CMYK0.360.4000.27
HSL245.68º34.91%58.43%-
HSV(B)245.68º39.78%72.94%-
XYZ22.2619.0648.96-
YUV122.53163.82125.48-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 186 (73.05% from 255) = 44.60%
R=28.54%
G=26.86%
B=44.60%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191121860.360.4000.27245.6834.9158.43
Hex7770BA242801Bf6233a
Octal16716027244500333664372
Binary111011111100001011101010010010100001101111110110100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7770BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7770BA; }

 p { color: rgb(119,112,186); }

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

<style>
 a { background-color: #7770BA; }

 a { background-color: rgb(119,112,186); }

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

<style>
 span { border-color: #7770BA; }

 span { border-color: rgb(119,112,186); }

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