#7681DE

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

Shades of Portage #7681DE

Tints of Portage #7681DE

Color information

#7681DE (or 0x7681DE) is unknown color: approx Portage. HEX triplet: 76, 81 and DE. RGB value is (118,129,222). Sum of RGB (Red+Green+Blue) = 118+129+222=469 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.16% from 469); Green value is 129 (50.78% from 255 or 27.51% from 469); Blue value is 222 (87.11% from 255 or 47.33% from 469); Max value from RGB is 222 - color contains mainly: blue. Hex color #7681DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7681DE is #897E21. Grayscale: #878787. Windows color (decimal): -9010722 or 14582134. OLE color: 14582134.

HSL color Cylindrical-coordinate representation of color #7681DE: hue angle of 233.65º degrees, saturation: 0.61, 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 #7681DE is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB118129222-
CMYK0.470.4200.13
HSL233.65º61.18%66.67%-
HSV(B)233.65º46.85%87.06%-
XYZ28.5124.8372.4-
YUV136.31176.36114.94-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.16%
GREEN value IS 129 (50.78% from 255) = 27.51%
BLUE value IS 222 (87.11% from 255) = 47.33%
R=25.16%
G=27.51%
B=47.33%

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
Decimal1181292220.470.4200.13233.6561.1866.67
Hex7681DE2F2A0Dea3d43
Octal166201336575201535275103
Binary1110110100000011101111010111110101001101111010101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7681DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7681DE; }

 p { color: rgb(118,129,222); }

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

<style>
 a { background-color: #7681DE; }

 a { background-color: rgb(118,129,222); }

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

<style>
 span { border-color: #7681DE; }

 span { border-color: rgb(118,129,222); }

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