Html Css Color HEX #777EC8 Moody Blue

📋 copy color: '#777EC8'

red 119 ◦ green 126 ◦ blue 200

#777EC8
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Moody Blue #777EC8

Tints of Moody Blue #777EC8

RGB

 RED value IS 119 (46.88% from 255) = 26.74%

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 200 (78.52% from 255) = 44.94%

R = 26.74%
G = 28.31%
B = 44.94%

CMYK

 C value IS 0.40

 M value IS 0.37

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#777EC8 (or 0x777EC8) is known color: Moody Blue. HEX triplet: 77, 7E and C8. RGB value is (119,126,200). Sum of RGB (Red+Green+Blue) = 119+126+200=445 (58% of max value = 765). Red value is 119 (46.88% from 255 or 26.74% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 200 (78.52% from 255 or 44.94% from 445); Max value from RGB is 200 - color contains mainly: blue. Hex color #777EC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777EC8 is #888137. Grayscale: #848484. Windows color (decimal): -8945976 or 13139575. OLE color: 13139575.

HSL color Cylindrical-coordinate representation of color #777EC8: hue angle of 234.81º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #777EC8 is Cyan = 0.40, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 119 126 200 -
CMYK 0.40 0.37 0 0.22
HSL 234.81º 0.42% 0.63% -
HSV(B) 234.81º 0.41% 0.78% -
XYZ 25.49 23.01 57.74 -
YUV 132.34 166.18 118.48 -
System Red Green Blue C M Y K H S L
Decimal 119 126 200 0.40 0.37 0 0.22 234.81 0.42 0.63
Hex 77 7E C8 28 25 0 16 EB 2A 3F
Octal 167 176 310 50 45 0 26 353 52 77
Binary 1110111 1111110 11001000 101000 100101 0 10110 11101011 101010 111111

Color Harmonies of #777EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777EC8

Black with #777EC8

Text Example


Text Example

White with #777EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #777EC8;
 }
 .AnyTagClassName
 {
   color: #777EC8;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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