#7682dc

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

Shades of Portage #7682DC

Tints of Portage #7682DC

Color information

#7682DC (or 0x7682DC) is unknown color: approx Portage. HEX triplet: 76, 82 and DC. RGB value is (118,130,220). Sum of RGB (Red+Green+Blue) = 118+130+220=468 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.21% from 468); Green value is 130 (51.17% from 255 or 27.78% from 468); Blue value is 220 (86.33% from 255 or 47.01% from 468); Max value from RGB is 220 - color contains mainly: blue. Hex color #7682DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682DC is #897D23. Grayscale: #888888. Windows color (decimal): -9010468 or 14451318. OLE color: 14451318.

HSL color Cylindrical-coordinate representation of color #7682DC: hue angle of 232.94º 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 #7682DC is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118130220-
CMYK0.460.4100.14
HSL232.94º59.3%66.27%-
HSV(B)232.94º46.36%86.27%-
XYZ28.3724.9871.04-
YUV136.67175.02114.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.21%
GREEN value IS 130 (51.17% from 255) = 27.78%
BLUE value IS 220 (86.33% from 255) = 47.01%
R=25.21%
G=27.78%
B=47.01%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181302200.460.4100.14232.9459.366.27
Hex7682DC2E290Ee93b42
Octal166202334565101635173102
Binary1110110100000101101110010111010100101110111010011110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7682dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7682dc; }

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

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

<style>
 a { background-color: #7682dc; }

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

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

<style>
 span { border-color: #7682dc; }

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

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