#776FBB

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

Shades of Moody Blue #776FBB

Tints of Moody Blue #776FBB

Color information

#776FBB (or 0x776FBB) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and BB. RGB value is (119,111,187). Sum of RGB (Red+Green+Blue) = 119+111+187=417 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.54% from 417); Green value is 111 (43.75% from 255 or 26.62% from 417); Blue value is 187 (73.44% from 255 or 44.84% from 417); Max value from RGB is 187 - color contains mainly: blue. Hex color #776FBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FBB is #889044. Grayscale: #797979. Windows color (decimal): -8949829 or 12283767. OLE color: 12283767.

HSL color Cylindrical-coordinate representation of color #776FBB: hue angle of 246.32º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #776FBB is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB119111187-
CMYK0.360.4100.27
HSL246.32º35.85%58.43%-
HSV(B)246.32º40.64%73.33%-
XYZ22.2618.8849.48-
YUV122.06164.65125.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.54%
GREEN value IS 111 (43.75% from 255) = 26.62%
BLUE value IS 187 (73.44% from 255) = 44.84%
R=28.54%
G=26.62%
B=44.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191111870.360.4100.27246.3235.8558.43
Hex776FBB242901Bf6243a
Octal16715727344510333664472
Binary111011111011111011101110010010100101101111110110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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