#7691D0

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

Shades of Portage #7691D0

Tints of Portage #7691D0

Color information

#7691D0 (or 0x7691D0) is unknown color: approx Portage. HEX triplet: 76, 91 and D0. RGB value is (118,145,208). Sum of RGB (Red+Green+Blue) = 118+145+208=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 145 (57.03% from 255 or 30.79% from 471); Blue value is 208 (81.64% from 255 or 44.16% from 471); Max value from RGB is 208 - color contains mainly: blue. Hex color #7691D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7691D0 is #896E2F. Grayscale: #8F8F8F. Windows color (decimal): -9006640 or 13668726. OLE color: 13668726.

HSL color Cylindrical-coordinate representation of color #7691D0: hue angle of 222º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7691D0 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118145208-
CMYK0.430.3000.18
HSL222º48.91%63.92%-
HSV(B)222º43.27%81.57%-
XYZ28.9828.6663.68-
YUV144.11164.05109.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 145 (57.03% from 255) = 30.79%
BLUE value IS 208 (81.64% from 255) = 44.16%
R=25.05%
G=30.79%
B=44.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181452080.430.3000.1822248.9163.92
Hex7691D02B1E012de3140
Octal166221320533602233661100
Binary1110110100100011101000010101111110010010110111101100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7691D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7691D0; }

 p { color: rgb(118,145,208); }

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

<style>
 a { background-color: #7691D0; }

 a { background-color: rgb(118,145,208); }

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

<style>
 span { border-color: #7691D0; }

 span { border-color: rgb(118,145,208); }

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