#7690DB

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

Shades of Portage #7690DB

Tints of Portage #7690DB

Color information

#7690DB (or 0x7690DB) is unknown color: approx Portage. HEX triplet: 76, 90 and DB. RGB value is (118,144,219). Sum of RGB (Red+Green+Blue) = 118+144+219=481 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.53% from 481); Green value is 144 (56.64% from 255 or 29.94% from 481); Blue value is 219 (85.94% from 255 or 45.53% from 481); Max value from RGB is 219 - color contains mainly: blue. Hex color #7690DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7690DB is #896F24. Grayscale: #909090. Windows color (decimal): -9006885 or 14389366. OLE color: 14389366.

HSL color Cylindrical-coordinate representation of color #7690DB: hue angle of 224.55º degrees, saturation: 0.58, 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 #7690DB is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB118144219-
CMYK0.460.3400.14
HSL224.55º58.38%66.08%-
HSV(B)224.55º46.12%85.88%-
XYZ30.2328.9171.01-
YUV144.78169.89108.9-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.53%
GREEN value IS 144 (56.64% from 255) = 29.94%
BLUE value IS 219 (85.94% from 255) = 45.53%
R=24.53%
G=29.94%
B=45.53%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1181442190.460.3400.14224.5558.3866.08
Hex7690DB2E220Ee13a42
Octal166220333564201634172102
Binary1110110100100001101101110111010001001110111000011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7690DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7690DB; }

 p { color: rgb(118,144,219); }

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

<style>
 a { background-color: #7690DB; }

 a { background-color: rgb(118,144,219); }

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

<style>
 span { border-color: #7690DB; }

 span { border-color: rgb(118,144,219); }

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