#777EDB

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

Shades of Moody Blue #777EDB

Tints of Moody Blue #777EDB

Color information

#777EDB (or 0x777EDB) is unknown color: approx Moody Blue. HEX triplet: 77, 7E and DB. RGB value is (119,126,219). Sum of RGB (Red+Green+Blue) = 119+126+219=464 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.65% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #777EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EDB is #888124. Grayscale: #868686. Windows color (decimal): -8945957 or 14384759. OLE color: 14384759.

HSL color Cylindrical-coordinate representation of color #777EDB: hue angle of 235.8º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #777EDB is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB119126219-
CMYK0.460.4200.14
HSL235.8º58.14%66.27%-
HSV(B)235.8º45.66%85.88%-
XYZ27.8523.9670.17-
YUV134.51175.68116.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.65%
GREEN value IS 126 (49.61% from 255) = 27.16%
BLUE value IS 219 (85.94% from 255) = 47.20%
R=25.65%
G=27.16%
B=47.20%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1191262190.460.4200.14235.858.1466.27
Hex777EDB2E2A0Eec3a42
Octal167176333565201635472102
Binary111011111111101101101110111010101001110111011001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #777EDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #777EDB; }

 p { color: rgb(119,126,219); }

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

<style>
 a { background-color: #777EDB; }

 a { background-color: rgb(119,126,219); }

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

<style>
 span { border-color: #777EDB; }

 span { border-color: rgb(119,126,219); }

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