#776BBA

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

Shades of Moody Blue #776BBA

Tints of Moody Blue #776BBA

Color information

#776BBA (or 0x776BBA) is unknown color: approx Moody Blue. HEX triplet: 77, 6B and BA. RGB value is (119,107,186). Sum of RGB (Red+Green+Blue) = 119+107+186=412 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.88% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 186 (73.05% from 255 or 45.15% from 412); Max value from RGB is 186 - color contains mainly: blue. Hex color #776BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776BBA is #889445. Grayscale: #777777. Windows color (decimal): -8950854 or 12217207. OLE color: 12217207.

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

Color convert

RGB119107186-
CMYK0.360.4200.27
HSL249.11º36.41%57.45%-
HSV(B)249.11º42.47%72.94%-
XYZ21.7317.9848.78-
YUV119.59165.48127.58-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.88%
GREEN value IS 107 (42.19% from 255) = 25.97%
BLUE value IS 186 (73.05% from 255) = 45.15%
R=28.88%
G=25.97%
B=45.15%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191071860.360.4200.27249.1136.4157.45
Hex776BBA242A01Bf92439
Octal16715327244520333714471
Binary111011111010111011101010010010101001101111111001100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776BBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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