#7772BA

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

Shades of Moody Blue #7772BA

Tints of Moody Blue #7772BA

Color information

#7772BA (or 0x7772BA) is unknown color: approx Moody Blue. HEX triplet: 77, 72 and BA. RGB value is (119,114,186). Sum of RGB (Red+Green+Blue) = 119+114+186=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 114 (44.92% from 255 or 27.21% from 419); Blue value is 186 (73.05% from 255 or 44.39% from 419); Max value from RGB is 186 - color contains mainly: blue. Hex color #7772BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7772BA is #888D45. Grayscale: #7B7B7B. Windows color (decimal): -8949062 or 12218999. OLE color: 12218999.

HSL color Cylindrical-coordinate representation of color #7772BA: hue angle of 244.17º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7772BA is Cyan = 0.36, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119114186-
CMYK0.360.3900.27
HSL244.17º34.29%58.82%-
HSV(B)244.17º38.71%72.94%-
XYZ22.4919.549.03-
YUV123.7163.16124.65-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 114 (44.92% from 255) = 27.21%
BLUE value IS 186 (73.05% from 255) = 44.39%
R=28.40%
G=27.21%
B=44.39%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191141860.360.3900.27244.1734.2958.82
Hex7772BA242701Bf4223b
Octal16716227244470333644273
Binary111011111100101011101010010010011101101111110100100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7772BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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