#776FBC

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

Shades of Moody Blue #776FBC

Tints of Moody Blue #776FBC

Color information

#776FBC (or 0x776FBC) is unknown color: approx Moody Blue. HEX triplet: 77, 6F and BC. RGB value is (119,111,188). Sum of RGB (Red+Green+Blue) = 119+111+188=418 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.47% from 418); Green value is 111 (43.75% from 255 or 26.56% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #776FBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776FBC is #889043. Grayscale: #797979. Windows color (decimal): -8949828 or 12349303. OLE color: 12349303.

HSL color Cylindrical-coordinate representation of color #776FBC: hue angle of 246.23º degrees, saturation: 0.36, 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 #776FBC is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB119111188-
CMYK0.370.4100.26
HSL246.23º36.49%58.63%-
HSV(B)246.23º40.96%73.73%-
XYZ22.3718.9250.05-
YUV122.17165.15125.74-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.47%
GREEN value IS 111 (43.75% from 255) = 26.56%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=28.47%
G=26.56%
B=44.98%

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
Decimal1191111880.370.4100.26246.2336.4958.63
Hex776FBC252901Af6243b
Octal16715727445510323664473
Binary111011111011111011110010010110100101101011110110100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776FBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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