#7D80CC

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

Shades of Moody Blue #7D80CC

Tints of Moody Blue #7D80CC

Color information

#7D80CC (or 0x7D80CC) is unknown color: approx Moody Blue. HEX triplet: 7D, 80 and CC. RGB value is (125,128,204). Sum of RGB (Red+Green+Blue) = 125+128+204=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 128 (50.39% from 255 or 28.01% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D80CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D80CC is #827F33. Grayscale: #878787. Windows color (decimal): -8552244 or 13402237. OLE color: 13402237.

HSL color Cylindrical-coordinate representation of color #7D80CC: hue angle of 237.72º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7D80CC is Cyan = 0.39, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB125128204-
CMYK0.390.3700.2
HSL237.72º43.65%64.51%-
HSV(B)237.72º38.73%80%-
XYZ27.0824.1660.36-
YUV135.77166.51120.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.35%
GREEN value IS 128 (50.39% from 255) = 28.01%
BLUE value IS 204 (80.08% from 255) = 44.64%
R=27.35%
G=28.01%
B=44.64%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1251282040.390.3700.2237.7243.6564.51
Hex7D80CC2725014ee2c41
Octal175200314474502435654101
Binary11111011000000011001100100111100101010100111011101011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D80CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,128,204); }

 H1.HeaderClassName
 {
   color: #7D80CC;
 }
 .AnyTagClassName
 {
   color: #7D80CC;
 }
</style>
background-color css

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

 a { background-color: rgb(125,128,204); }

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

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

 span { border-color: rgb(125,128,204); }

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