#776FBE

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

Shades of Moody Blue #776FBE

Tints of Moody Blue #776FBE

Color information

#776FBE (or 0x776FBE) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and BE. RGB value is (119,111,190). Sum of RGB (Red+Green+Blue) = 119+111+190=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 111 (43.75% from 255 or 26.43% from 420); Blue value is 190 (74.61% from 255 or 45.24% from 420); Max value from RGB is 190 - color contains mainly: blue. Hex color #776FBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FBE is #889041. Grayscale: #7A7A7A. Windows color (decimal): -8949826 or 12480375. OLE color: 12480375.

HSL color Cylindrical-coordinate representation of color #776FBE: hue angle of 246.08º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #776FBE is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119111190-
CMYK0.370.4200.25
HSL246.08º37.8%59.02%-
HSV(B)246.08º41.58%74.51%-
XYZ22.5919.0151.19-
YUV122.4166.15125.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.33%
GREEN value IS 111 (43.75% from 255) = 26.43%
BLUE value IS 190 (74.61% from 255) = 45.24%
R=28.33%
G=26.43%
B=45.24%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191111900.370.4200.25246.0837.859.02
Hex776FBE252A019f6263b
Octal16715727645520313664673
Binary111011111011111011111010010110101001100111110110100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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