Html Css Color HEX #777FDC Moody Blue

📋 copy color: '#777FDC'

red 119 ◦ green 127 ◦ blue 220

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

Shades of Moody Blue #777FDC

Tints of Moody Blue #777FDC

RGB

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

 GREEN value IS 127 (50% from 255) = 27.25%

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

R = 25.54%
G = 27.25%
B = 47.21%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#777FDC (or 0x777FDC) is known color: Moody Blue. HEX triplet: 77, 7F and DC. RGB value is (119,127,220). Sum of RGB (Red+Green+Blue) = 119+127+220=466 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.54% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #777FDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777FDC is #888023. Grayscale: #868686. Windows color (decimal): -8945700 or 14450551. OLE color: 14450551.

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

Color convert

RGB 119 127 220 -
CMYK 0.46 0.42 0 0.14
HSL 235.25º 0.59% 0.66% -
HSV(B) 235.25º 0.46% 0.86% -
XYZ 28.12 24.27 70.91 -
YUV 135.21 175.85 116.44 -
System Red Green Blue C M Y K H S L
Decimal 119 127 220 0.46 0.42 0 0.14 235.25 0.59 0.66
Hex 77 7F DC 2E 2A 0 E EB 3B 42
Octal 167 177 334 56 52 0 16 353 73 102
Binary 1110111 1111111 11011100 101110 101010 0 1110 11101011 111011 1000010

Color Harmonies of #777FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FDC

Black with #777FDC

Text Example


Text Example

White with #777FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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