#7687DA

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

Shades of Portage #7687DA

Tints of Portage #7687DA

Color information

#7687DA (or 0x7687DA) is unknown color: approx Portage. HEX triplet: 76, 87 and DA. RGB value is (118,135,218). Sum of RGB (Red+Green+Blue) = 118+135+218=471 (62% of max value = 765). Red value is 118 (46.48% from 255 or 25.05% from 471); Green value is 135 (53.12% from 255 or 28.66% from 471); Blue value is 218 (85.55% from 255 or 46.28% from 471); Max value from RGB is 218 - color contains mainly: blue. Hex color #7687DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7687DA is #897825. Grayscale: #8B8B8B. Windows color (decimal): -9009190 or 14321526. OLE color: 14321526.

HSL color Cylindrical-coordinate representation of color #7687DA: hue angle of 229.8º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7687DA is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB118135218-
CMYK0.460.3800.15
HSL229.8º57.47%65.88%-
HSV(B)229.8º45.87%85.49%-
XYZ28.7926.2469.88-
YUV139.38172.37112.75-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.05%
GREEN value IS 135 (53.12% from 255) = 28.66%
BLUE value IS 218 (85.55% from 255) = 46.28%
R=25.05%
G=28.66%
B=46.28%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1181352180.460.3800.15229.857.4765.88
Hex7687DA2E260Fe63942
Octal166207332564601734671102
Binary1110110100001111101101010111010011001111111001101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7687DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7687DA; }

 p { color: rgb(118,135,218); }

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

<style>
 a { background-color: #7687DA; }

 a { background-color: rgb(118,135,218); }

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

<style>
 span { border-color: #7687DA; }

 span { border-color: rgb(118,135,218); }

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