Html Css Color HEX #777ECE Moody Blue

📋 copy color: '#777ECE'

red 119 ◦ green 126 ◦ blue 206

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

Shades of Moody Blue #777ECE

Tints of Moody Blue #777ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.68%

R = 26.39%
G = 27.94%
B = 45.68%

CMYK

 C value IS 0.42

 M value IS 0.39

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#777ECE (or 0x777ECE) is known color: Moody Blue. HEX triplet: 77, 7E and CE. RGB value is (119,126,206). Sum of RGB (Red+Green+Blue) = 119+126+206=451 (59% of max value = 765). Red value is 119 (46.88% from 255 or 26.39% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 206 (80.86% from 255 or 45.68% from 451); Max value from RGB is 206 - color contains mainly: blue. Hex color #777ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ECE is #888131. Grayscale: #848484. Windows color (decimal): -8945970 or 13532791. OLE color: 13532791.

HSL color Cylindrical-coordinate representation of color #777ECE: hue angle of 235.17º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #777ECE is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 126 206 -
CMYK 0.42 0.39 0 0.19
HSL 235.17º 0.47% 0.64% -
HSV(B) 235.17º 0.42% 0.81% -
XYZ 26.21 23.3 61.51 -
YUV 133.03 169.18 118 -
System Red Green Blue C M Y K H S L
Decimal 119 126 206 0.42 0.39 0 0.19 235.17 0.47 0.64
Hex 77 7E CE 2A 27 0 13 EB 2F 40
Octal 167 176 316 52 47 0 23 353 57 100
Binary 1110111 1111110 11001110 101010 100111 0 10011 11101011 101111 1000000

Color Harmonies of #777ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ECE

Black with #777ECE

Text Example


Text Example

White with #777ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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