#7787D8

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

Shades of Portage #7787D8

Tints of Portage #7787D8

Color information

#7787D8 (or 0x7787D8) is unknown color: approx Portage. HEX triplet: 77, 87 and D8. RGB value is (119,135,216). Sum of RGB (Red+Green+Blue) = 119+135+216=470 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.32% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 216 (84.77% from 255 or 45.96% from 470); Max value from RGB is 216 - color contains mainly: blue. Hex color #7787D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7787D8 is #887827. Grayscale: #8B8B8B. Windows color (decimal): -8943656 or 14190455. OLE color: 14190455.

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

Color convert

RGB119135216-
CMYK0.450.3800.15
HSL230.1º55.43%65.69%-
HSV(B)230.1º44.91%84.71%-
XYZ28.6726.2168.51-
YUV139.45171.2113.41-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.32%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 216 (84.77% from 255) = 45.96%
R=25.32%
G=28.72%
B=45.96%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191352160.450.3800.15230.155.4365.69
Hex7787D82D260Fe63742
Octal167207330554601734667102
Binary1110111100001111101100010110110011001111111001101101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7787D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7787D8; }

 p { color: rgb(119,135,216); }

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

<style>
 a { background-color: #7787D8; }

 a { background-color: rgb(119,135,216); }

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

<style>
 span { border-color: #7787D8; }

 span { border-color: rgb(119,135,216); }

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