#7687DE

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

Shades of Portage #7687DE

Tints of Portage #7687DE

Color information

#7687DE (or 0x7687DE) is unknown color: approx Portage. HEX triplet: 76, 87 and DE. RGB value is (118,135,222). Sum of RGB (Red+Green+Blue) = 118+135+222=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 222 (87.11% from 255 or 46.74% from 475); Max value from RGB is 222 - color contains mainly: blue. Hex color #7687DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7687DE is #897821. Grayscale: #8B8B8B. Windows color (decimal): -9009186 or 14583670. OLE color: 14583670.

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

Color convert

RGB118135222-
CMYK0.470.3900.13
HSL230.19º61.18%66.67%-
HSV(B)230.19º46.85%87.06%-
XYZ29.3226.4572.67-
YUV139.83174.37112.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 222 (87.11% from 255) = 46.74%
R=24.84%
G=28.42%
B=46.74%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1181352220.470.3900.13230.1961.1866.67
Hex7687DE2F270De63d43
Octal166207336574701534675103
Binary1110110100001111101111010111110011101101111001101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7687DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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