#7D82DC

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

Shades of Portage #7D82DC

Tints of Portage #7D82DC

Color information

#7D82DC (or 0x7D82DC) is unknown color: approx Portage. HEX triplet: 7D, 82 and DC. RGB value is (125,130,220). Sum of RGB (Red+Green+Blue) = 125+130+220=475 (62% of max value = 765). Red value is 125 (49.22% from 255 or 26.32% from 475); Green value is 130 (51.17% from 255 or 27.37% from 475); Blue value is 220 (86.33% from 255 or 46.32% from 475); Max value from RGB is 220 - color contains mainly: blue. Hex color #7D82DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7D82DC is #827D23. Grayscale: #8A8A8A. Windows color (decimal): -8551716 or 14451325. OLE color: 14451325.

HSL color Cylindrical-coordinate representation of color #7D82DC: hue angle of 236.84º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7D82DC is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB125130220-
CMYK0.430.4100.14
HSL236.84º57.58%67.65%-
HSV(B)236.84º43.18%86.27%-
XYZ29.3625.4971.08-
YUV138.77173.84118.18-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 26.32%
GREEN value IS 130 (51.17% from 255) = 27.37%
BLUE value IS 220 (86.33% from 255) = 46.32%
R=26.32%
G=27.37%
B=46.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1251302200.430.4100.14236.8457.5867.65
Hex7D82DC2B290Eed3a44
Octal175202334535101635572104
Binary1111101100000101101110010101110100101110111011011110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D82DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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