Html Css Color HEX #7779DC Moody Blue

📋 copy color: '#7779DC'

red 119 ◦ green 121 ◦ blue 220

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

Shades of Moody Blue #7779DC

Tints of Moody Blue #7779DC

RGB

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

 GREEN value IS 121 (47.66% from 255) = 26.3%

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

R = 25.87%
G = 26.3%
B = 47.83%

CMYK

 C value IS 0.46

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7779DC (or 0x7779DC) is known color: Moody Blue. HEX triplet: 77, 79 and DC. RGB value is (119,121,220). Sum of RGB (Red+Green+Blue) = 119+121+220=460 (60% of max value = 765). Red value is 119 (46.88% from 255 or 25.87% from 460); Green value is 121 (47.66% from 255 or 26.30% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #7779DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7779DC is #888623. Grayscale: #838383. Windows color (decimal): -8947236 or 14449015. OLE color: 14449015.

HSL color Cylindrical-coordinate representation of color #7779DC: hue angle of 238.81º 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 #7779DC is Cyan = 0.46, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 119 121 220 -
CMYK 0.46 0.45 0 0.14
HSL 238.81º 0.59% 0.66% -
HSV(B) 238.81º 0.46% 0.86% -
XYZ 27.36 22.76 70.66 -
YUV 131.69 177.84 118.95 -
System Red Green Blue C M Y K H S L
Decimal 119 121 220 0.46 0.45 0 0.14 238.81 0.59 0.66
Hex 77 79 DC 2E 2D 0 E EF 3B 42
Octal 167 171 334 56 55 0 16 357 73 102
Binary 1110111 1111001 11011100 101110 101101 0 1110 11101111 111011 1000010

Color Harmonies of #7779DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7779DC

Black with #7779DC

Text Example


Text Example

White with #7779DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7779DC; }

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

 H1.HeaderClassName
 {
   color: #7779DC;
 }
 .AnyTagClassName
 {
   color: #7779DC;
 }
</style>

background-color css

<style>
 a { background-color: #7779DC; }

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

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

border-color css

<style>
 span { border-color: #7779DC; }

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

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