#7682DF

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

Shades of Portage #7682DF

Tints of Portage #7682DF

Color information

#7682DF (or 0x7682DF) is unknown color: approx Portage. HEX triplet: 76, 82 and DF. RGB value is (118,130,223). Sum of RGB (Red+Green+Blue) = 118+130+223=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 130 (51.17% from 255 or 27.60% from 471); Blue value is 223 (87.5% from 255 or 47.35% from 471); Max value from RGB is 223 - color contains mainly: blue. Hex color #7682DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7682DF is #897D20. Grayscale: #888888. Windows color (decimal): -9010465 or 14647926. OLE color: 14647926.

HSL color Cylindrical-coordinate representation of color #7682DF: hue angle of 233.14º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7682DF is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118130223-
CMYK0.470.4200.13
HSL233.14º62.13%66.86%-
HSV(B)233.14º47.09%87.45%-
XYZ28.7725.1473.15-
YUV137.01176.52114.44-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 130 (51.17% from 255) = 27.60%
BLUE value IS 223 (87.5% from 255) = 47.35%
R=25.05%
G=27.60%
B=47.35%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181302230.470.4200.13233.1462.1366.86
Hex7682DF2F2A0De93e43
Octal166202337575201535176103
Binary1110110100000101101111110111110101001101111010011111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7682DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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