#7779C8

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

Shades of Moody Blue #7779C8

Tints of Moody Blue #7779C8

Color information

#7779C8 (or 0x7779C8) is unknown color: approx Moody Blue. HEX triplet: 77, 79 and C8. RGB value is (119,121,200). Sum of RGB (Red+Green+Blue) = 119+121+200=440 (58% of max value = 765). Red value is 119 (46.88% from 255 or 27.05% from 440); Green value is 121 (47.66% from 255 or 27.5% from 440); Blue value is 200 (78.52% from 255 or 45.45% from 440); Max value from RGB is 200 - color contains mainly: blue. Hex color #7779C8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779C8 is #888637. Grayscale: #818181. Windows color (decimal): -8947256 or 13138295. OLE color: 13138295.

HSL color Cylindrical-coordinate representation of color #7779C8: hue angle of 238.52º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7779C8 is Cyan = 0.40, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB119121200-
CMYK0.400.3900.22
HSL238.52º42.41%62.55%-
HSV(B)238.52º40.5%78.43%-
XYZ24.8721.7757.53-
YUV129.41167.84120.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.05%
GREEN value IS 121 (47.66% from 255) = 27.5%
BLUE value IS 200 (78.52% from 255) = 45.45%
R=27.05%
G=27.5%
B=45.45%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1191212000.400.3900.22238.5242.4162.55
Hex7779C82827016ef2a3f
Octal16717131050470263575277
Binary111011111110011100100010100010011101011011101111101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7779C8; }

 p { color: rgb(119,121,200); }

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

<style>
 a { background-color: #7779C8; }

 a { background-color: rgb(119,121,200); }

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

<style>
 span { border-color: #7779C8; }

 span { border-color: rgb(119,121,200); }

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