Html Css Color HEX #7E77DC Moody Blue

📋 copy color: '#7E77DC'

red 126 ◦ green 119 ◦ blue 220

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

Shades of Moody Blue #7E77DC

Tints of Moody Blue #7E77DC

RGB

 RED value IS 126 (49.61% from 255) = 27.1%

 GREEN value IS 119 (46.88% from 255) = 25.59%

 BLUE value IS 220 (86.33% from 255) = 47.31%

R = 27.1%
G = 25.59%
B = 47.31%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7E77DC (or 0x7E77DC) is known color: Moody Blue. HEX triplet: 7E, 77 and DC. RGB value is (126,119,220). Sum of RGB (Red+Green+Blue) = 126+119+220=465 (61% of max value = 765). Red value is 126 (49.61% from 255 or 27.10% from 465); Green value is 119 (46.88% from 255 or 25.59% from 465); Blue value is 220 (86.33% from 255 or 47.31% from 465); Max value from RGB is 220 - color contains mainly: blue. Hex color #7E77DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7E77DC is #818823. Grayscale: #848484. Windows color (decimal): -8488996 or 14448510. OLE color: 14448510.

HSL color Cylindrical-coordinate representation of color #7E77DC: hue angle of 244.16º degrees, saturation: 0.59, 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 #7E77DC is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 126 119 220 -
CMYK 0.43 0.46 0 0.14
HSL 244.16º 0.59% 0.66% -
HSV(B) 244.16º 0.46% 0.86% -
XYZ 28.12 22.8 70.63 -
YUV 132.61 177.32 123.29 -
System Red Green Blue C M Y K H S L
Decimal 126 119 220 0.43 0.46 0 0.14 244.16 0.59 0.66
Hex 7E 77 DC 2B 2E 0 E F4 3B 42
Octal 176 167 334 53 56 0 16 364 73 102
Binary 1111110 1110111 11011100 101011 101110 0 1110 11110100 111011 1000010

Color Harmonies of #7E77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E77DC

Black with #7E77DC

Text Example


Text Example

White with #7E77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E77DC; }

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

 H1.HeaderClassName
 {
   color: #7E77DC;
 }
 .AnyTagClassName
 {
   color: #7E77DC;
 }
</style>

background-color css

<style>
 a { background-color: #7E77DC; }

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

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

border-color css

<style>
 span { border-color: #7E77DC; }

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

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