#776FC3

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

Shades of Moody Blue #776FC3

Tints of Moody Blue #776FC3

Color information

#776FC3 (or 0x776FC3) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and C3. RGB value is (119,111,195). Sum of RGB (Red+Green+Blue) = 119+111+195=425 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 195 (76.56% from 255 or 45.88% from 425); Max value from RGB is 195 - color contains mainly: blue. Hex color #776FC3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FC3 is #88903C. Grayscale: #7A7A7A. Windows color (decimal): -8949821 or 12808055. OLE color: 12808055.

HSL color Cylindrical-coordinate representation of color #776FC3: hue angle of 245.71º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #776FC3 is Cyan = 0.39, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB119111195-
CMYK0.390.4300.24
HSL245.71º41.18%60%-
HSV(B)245.71º43.08%76.47%-
XYZ23.1419.2354.12-
YUV122.97168.65125.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28%
GREEN value IS 111 (43.75% from 255) = 26.12%
BLUE value IS 195 (76.56% from 255) = 45.88%
R=28%
G=26.12%
B=45.88%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1191111950.390.4300.24245.7141.1860
Hex776FC3272B018f6293c
Octal16715730347530303665174
Binary111011111011111100001110011110101101100011110110101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #776FC3; }

 p { color: rgb(119,111,195); }

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

<style>
 a { background-color: #776FC3; }

 a { background-color: rgb(119,111,195); }

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

<style>
 span { border-color: #776FC3; }

 span { border-color: rgb(119,111,195); }

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