#776EBF

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

Shades of Moody Blue #776EBF

Tints of Moody Blue #776EBF

Color information

#776EBF (or 0x776EBF) is unknown color: approx Moody Blue. HEX triplet: 77, 6E and BF. RGB value is (119,110,191). Sum of RGB (Red+Green+Blue) = 119+110+191=420 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.33% from 420); Green value is 110 (43.36% from 255 or 26.19% from 420); Blue value is 191 (75% from 255 or 45.48% from 420); Max value from RGB is 191 - color contains mainly: blue. Hex color #776EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #776EBF is #889140. Grayscale: #797979. Windows color (decimal): -8950081 or 12545655. OLE color: 12545655.

HSL color Cylindrical-coordinate representation of color #776EBF: hue angle of 246.67º degrees, saturation: 0.39, 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 #776EBF is Cyan = 0.38, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119110191-
CMYK0.380.4200.25
HSL246.67º38.76%59.02%-
HSV(B)246.67º42.41%74.9%-
XYZ22.5918.8451.74-
YUV121.92166.98125.91-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.33%
GREEN value IS 110 (43.36% from 255) = 26.19%
BLUE value IS 191 (75% from 255) = 45.48%
R=28.33%
G=26.19%
B=45.48%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191101910.380.4200.25246.6738.7659.02
Hex776EBF262A019f7273b
Octal16715627746520313674773
Binary111011111011101011111110011010101001100111110111100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #776EBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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