Html Css Color HEX #777ED0 Moody Blue

📋 copy color: '#777ED0'

red 119 ◦ green 126 ◦ blue 208

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

Shades of Moody Blue #777ED0

Tints of Moody Blue #777ED0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 45.92%

R = 26.27%
G = 27.81%
B = 45.92%

CMYK

 C value IS 0.43

 M value IS 0.39

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#777ED0 (or 0x777ED0) is known color: Moody Blue. HEX triplet: 77, 7E and D0. RGB value is (119,126,208). Sum of RGB (Red+Green+Blue) = 119+126+208=453 (60% of max value = 765). Red value is 119 (46.88% from 255 or 26.27% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #777ED0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777ED0 is #88812F. Grayscale: #848484. Windows color (decimal): -8945968 or 13663863. OLE color: 13663863.

HSL color Cylindrical-coordinate representation of color #777ED0: hue angle of 235.28º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #777ED0 is Cyan = 0.43, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 119 126 208 -
CMYK 0.43 0.39 0 0.18
HSL 235.28º 0.49% 0.64% -
HSV(B) 235.28º 0.43% 0.82% -
XYZ 26.45 23.4 62.8 -
YUV 133.26 170.18 117.83 -
System Red Green Blue C M Y K H S L
Decimal 119 126 208 0.43 0.39 0 0.18 235.28 0.49 0.64
Hex 77 7E D0 2B 27 0 12 EB 31 40
Octal 167 176 320 53 47 0 22 353 61 100
Binary 1110111 1111110 11010000 101011 100111 0 10010 11101011 110001 1000000

Color Harmonies of #777ED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777ED0

Black with #777ED0

Text Example


Text Example

White with #777ED0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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