Html Css Color HEX #7D77DC Moody Blue

📋 copy color: '#7D77DC'

red 125 ◦ green 119 ◦ blue 220

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

Shades of Moody Blue #7D77DC

Tints of Moody Blue #7D77DC

RGB

 RED value IS 125 (49.22% from 255) = 26.94%

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

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

R = 26.94%
G = 25.65%
B = 47.41%

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

#7D77DC (or 0x7D77DC) is known color: Moody Blue. HEX triplet: 7D, 77 and DC. RGB value is (125,119,220). Sum of RGB (Red+Green+Blue) = 125+119+220=464 (61% of max value = 765). Red value is 125 (49.22% from 255 or 26.94% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 220 (86.33% from 255 or 47.41% from 464); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D77DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D77DC is #828823. Grayscale: #838383. Windows color (decimal): -8554532 or 14448509. OLE color: 14448509.

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

Color convert

RGB 125 119 220 -
CMYK 0.43 0.46 0 0.14
HSL 243.56º 0.59% 0.66% -
HSV(B) 243.56º 0.46% 0.86% -
XYZ 27.97 22.72 70.62 -
YUV 132.31 177.49 122.79 -
System Red Green Blue C M Y K H S L
Decimal 125 119 220 0.43 0.46 0 0.14 243.56 0.59 0.66
Hex 7D 77 DC 2B 2E 0 E F4 3B 42
Octal 175 167 334 53 56 0 16 364 73 102
Binary 1111101 1110111 11011100 101011 101110 0 1110 11110100 111011 1000010

Color Harmonies of #7D77DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D77DC

Black with #7D77DC

Text Example


Text Example

White with #7D77DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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