Html Css Color HEX #777CDC Moody Blue

📋 copy color: '#777CDC'

red 119 ◦ green 124 ◦ blue 220

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

Shades of Moody Blue #777CDC

Tints of Moody Blue #777CDC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.78%

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

R = 25.7%
G = 26.78%
B = 47.52%

CMYK

 C value IS 0.46

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#777CDC (or 0x777CDC) is known color: Moody Blue. HEX triplet: 77, 7C and DC. RGB value is (119,124,220). Sum of RGB (Red+Green+Blue) = 119+124+220=463 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.70% from 463); Green value is 124 (48.83% from 255 or 26.78% from 463); Blue value is 220 (86.33% from 255 or 47.52% from 463); Max value from RGB is 220 - color contains mainly: blue. Hex color #777CDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #777CDC is #888323. Grayscale: #858585. Windows color (decimal): -8946468 or 14449783. OLE color: 14449783.

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

Color convert

RGB 119 124 220 -
CMYK 0.46 0.44 0 0.14
HSL 237.03º 0.59% 0.66% -
HSV(B) 237.03º 0.46% 0.86% -
XYZ 27.73 23.5 70.79 -
YUV 133.45 176.84 117.69 -
System Red Green Blue C M Y K H S L
Decimal 119 124 220 0.46 0.44 0 0.14 237.03 0.59 0.66
Hex 77 7C DC 2E 2C 0 E ED 3B 42
Octal 167 174 334 56 54 0 16 355 73 102
Binary 1110111 1111100 11011100 101110 101100 0 1110 11101101 111011 1000010

Color Harmonies of #777CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CDC

Black with #777CDC

Text Example


Text Example

White with #777CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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