#7D82CA

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

Shades of Moody Blue #7D82CA

Tints of Moody Blue #7D82CA

Color information

#7D82CA (or 0x7D82CA) is unknown color: approx Moody Blue. HEX triplet: 7D, 82 and CA. RGB value is (125,130,202). Sum of RGB (Red+Green+Blue) = 125+130+202=457 (60% of max value = 765). Red value is 125 (49.22% from 255 or 27.35% from 457); Green value is 130 (51.17% from 255 or 28.45% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D82CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D82CA is #827D35. Grayscale: #888888. Windows color (decimal): -8551734 or 13271677. OLE color: 13271677.

HSL color Cylindrical-coordinate representation of color #7D82CA: hue angle of 236.1º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7D82CA is Cyan = 0.38, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB125130202-
CMYK0.380.3600.21
HSL236.1º42.08%64.12%-
HSV(B)236.1º38.12%79.22%-
XYZ27.124.5959.2-
YUV136.71164.84119.65-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 27.35%
GREEN value IS 130 (51.17% from 255) = 28.45%
BLUE value IS 202 (79.30% from 255) = 44.20%
R=27.35%
G=28.45%
B=44.20%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1251302020.380.3600.21236.142.0864.12
Hex7D82CA2624015ec2a40
Octal175202312464402535452100
Binary11111011000001011001010100110100100010101111011001010101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D82CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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