#7779CF

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

Shades of Moody Blue #7779CF

Tints of Moody Blue #7779CF

Color information

#7779CF (or 0x7779CF) is unknown color: approx Moody Blue. HEX triplet: 77, 79 and CF. RGB value is (119,121,207). Sum of RGB (Red+Green+Blue) = 119+121+207=447 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.62% from 447); Green value is 121 (47.66% from 255 or 27.07% from 447); Blue value is 207 (81.25% from 255 or 46.31% from 447); Max value from RGB is 207 - color contains mainly: blue. Hex color #7779CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779CF is #888630. Grayscale: #818181. Windows color (decimal): -8947249 or 13597047. OLE color: 13597047.

HSL color Cylindrical-coordinate representation of color #7779CF: hue angle of 238.64º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7779CF is Cyan = 0.43, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119121207-
CMYK0.430.4200.19
HSL238.64º47.83%63.92%-
HSV(B)238.64º42.51%81.18%-
XYZ25.7122.161.94-
YUV130.21171.34120.01-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 26.62%
GREEN value IS 121 (47.66% from 255) = 27.07%
BLUE value IS 207 (81.25% from 255) = 46.31%
R=26.62%
G=27.07%
B=46.31%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191212070.430.4200.19238.6447.8363.92
Hex7779CF2B2A013ef3040
Octal167171317535202335760100
Binary1110111111100111001111101011101010010011111011111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7779CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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