#776BBF

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

Shades of Moody Blue #776BBF

Tints of Moody Blue #776BBF

Color information

#776BBF (or 0x776BBF) is unknown color: approx Moody Blue. HEX triplet: 77, 6B and BF. RGB value is (119,107,191). Sum of RGB (Red+Green+Blue) = 119+107+191=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 107 (42.19% from 255 or 25.66% from 417); Blue value is 191 (75% from 255 or 45.80% from 417); Max value from RGB is 191 - color contains mainly: blue. Hex color #776BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BBF is #889440. Grayscale: #777777. Windows color (decimal): -8950849 or 12544887. OLE color: 12544887.

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

Color convert

RGB119107191-
CMYK0.380.4400.25
HSL248.57º39.62%58.43%-
HSV(B)248.57º43.98%74.9%-
XYZ22.2718.251.63-
YUV120.16167.98127.17-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 107 (42.19% from 255) = 25.66%
BLUE value IS 191 (75% from 255) = 45.80%
R=28.54%
G=25.66%
B=45.80%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191071910.380.4400.25248.5739.6258.43
Hex776BBF262C019f9283a
Octal16715327746540313715072
Binary111011111010111011111110011010110001100111111001101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,107,191); }

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

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

 a { background-color: rgb(119,107,191); }

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

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

 span { border-color: rgb(119,107,191); }

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