#7D77DC

Color #7D77DC Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7D77DC

Tints of Moody Blue #7D77DC

Color information

#7D77DC (or 0x7D77DC) is unknown color: approx 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

RGB125119220-
CMYK0.430.4600.14
HSL243.56º59.06%66.47%-
HSV(B)243.56º45.91%86.27%-
XYZ27.9722.7270.62-
YUV132.31177.49122.79-

RGB Variations

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

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 (Cyan) values IS 0.43
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251192200.430.4600.14243.5659.0666.47
Hex7D77DC2B2E0Ef43b42
Octal175167334535601636473102
Binary111110111101111101110010101110111001110111101001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D77DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>