#776FBD

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

Shades of Moody Blue #776FBD

Tints of Moody Blue #776FBD

Color information

#776FBD (or 0x776FBD) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and BD. RGB value is (119,111,189). Sum of RGB (Red+Green+Blue) = 119+111+189=419 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.40% from 419); Green value is 111 (43.75% from 255 or 26.49% from 419); Blue value is 189 (74.22% from 255 or 45.11% from 419); Max value from RGB is 189 - color contains mainly: blue. Hex color #776FBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FBD is #889042. Grayscale: #797979. Windows color (decimal): -8949827 or 12414839. OLE color: 12414839.

HSL color Cylindrical-coordinate representation of color #776FBD: hue angle of 246.15º degrees, saturation: 0.37, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776FBD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119111189-
CMYK0.370.4100.26
HSL246.15º37.14%58.82%-
HSV(B)246.15º41.27%74.12%-
XYZ22.4818.9650.62-
YUV122.28165.65125.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.40%
GREEN value IS 111 (43.75% from 255) = 26.49%
BLUE value IS 189 (74.22% from 255) = 45.11%
R=28.40%
G=26.49%
B=45.11%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1191111890.370.4100.26246.1537.1458.82
Hex776FBD252901Af6253b
Octal16715727545510323664573
Binary111011111011111011110110010110100101101011110110100101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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