Html Css Color HEX #777ED8 Moody Blue

📋 copy color: '#777ED8'

red 119 ◦ green 126 ◦ blue 216

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

Shades of Moody Blue #777ED8

Tints of Moody Blue #777ED8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 46.85%

R = 25.81%
G = 27.33%
B = 46.85%

CMYK

 C value IS 0.45

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#777ED8 (or 0x777ED8) is known color: Moody Blue. HEX triplet: 77, 7E and D8. RGB value is (119,126,216). Sum of RGB (Red+Green+Blue) = 119+126+216=461 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.81% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 216 (84.77% from 255 or 46.85% from 461); Max value from RGB is 216 - color contains mainly: blue. Hex color #777ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ED8 is #888127. Grayscale: #858585. Windows color (decimal): -8945960 or 14188151. OLE color: 14188151.

HSL color Cylindrical-coordinate representation of color #777ED8: hue angle of 235.67º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #777ED8 is Cyan = 0.45, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 119 126 216 -
CMYK 0.45 0.42 0 0.15
HSL 235.67º 0.55% 0.66% -
HSV(B) 235.67º 0.45% 0.85% -
XYZ 27.46 23.8 68.11 -
YUV 134.17 174.18 117.18 -
System Red Green Blue C M Y K H S L
Decimal 119 126 216 0.45 0.42 0 0.15 235.67 0.55 0.66
Hex 77 7E D8 2D 2A 0 F EC 37 42
Octal 167 176 330 55 52 0 17 354 67 102
Binary 1110111 1111110 11011000 101101 101010 0 1111 11101100 110111 1000010

Color Harmonies of #777ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ED8

Black with #777ED8

Text Example


Text Example

White with #777ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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