#7D82DA

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

Shades of Moody Blue #7D82DA

Tints of Moody Blue #7D82DA

Color information

#7D82DA (or 0x7D82DA) is unknown color: approx Moody Blue. HEX triplet: 7D, 82 and DA. RGB value is (125,130,218). Sum of RGB (Red+Green+Blue) = 125+130+218=473 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.43% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 218 - color contains mainly: blue. Hex color #7D82DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D82DA is #827D25. Grayscale: #8A8A8A. Windows color (decimal): -8551718 or 14320253. OLE color: 14320253.

HSL color Cylindrical-coordinate representation of color #7D82DA: hue angle of 236.77º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D82DA is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB125130218-
CMYK0.430.4000.15
HSL236.77º55.69%67.25%-
HSV(B)236.77º42.66%85.49%-
XYZ29.0925.3969.7-
YUV138.54172.84118.34-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.43%
GREEN value IS 130 (51.17% from 255) = 27.48%
BLUE value IS 218 (85.55% from 255) = 46.09%
R=26.43%
G=27.48%
B=46.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1251302180.430.4000.15236.7755.6967.25
Hex7D82DA2B280Fed3843
Octal175202332535001735570103
Binary1111101100000101101101010101110100001111111011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D82DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,130,218); }

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

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

 a { background-color: rgb(125,130,218); }

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

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

 span { border-color: rgb(125,130,218); }

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