#776FCC

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

Shades of Moody Blue #776FCC

Tints of Moody Blue #776FCC

Color information

#776FCC (or 0x776FCC) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and CC. RGB value is (119,111,204). Sum of RGB (Red+Green+Blue) = 119+111+204=434 (57% of max value = 765). Red value is 119 (46.88% from 255 or 27.42% from 434); Green value is 111 (43.75% from 255 or 25.58% from 434); Blue value is 204 (80.08% from 255 or 47.00% from 434); Max value from RGB is 204 - color contains mainly: blue. Hex color #776FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FCC is #889033. Grayscale: #7B7B7B. Windows color (decimal): -8949812 or 13397879. OLE color: 13397879.

HSL color Cylindrical-coordinate representation of color #776FCC: hue angle of 245.16º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #776FCC is Cyan = 0.42, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB119111204-
CMYK0.420.4600.2
HSL245.16º47.69%61.76%-
HSV(B)245.16º45.59%80%-
XYZ24.1919.6559.64-
YUV123.99173.15124.44-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.42%
GREEN value IS 111 (43.75% from 255) = 25.58%
BLUE value IS 204 (80.08% from 255) = 47.00%
R=27.42%
G=25.58%
B=47.00%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1191112040.420.4600.2245.1647.6961.76
Hex776FCC2A2E014f5303e
Octal16715731452560243656076
Binary111011111011111100110010101010111001010011110101110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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