#7780DD

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

Shades of Portage #7780DD

Tints of Portage #7780DD

Color information

#7780DD (or 0x7780DD) is unknown color: approx Portage. HEX triplet: 77, 80 and DD. RGB value is (119,128,221). Sum of RGB (Red+Green+Blue) = 119+128+221=468 (61% of max value = 765). Red value is 119 (46.88% from 255 or 25.43% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 221 (86.72% from 255 or 47.22% from 468); Max value from RGB is 221 - color contains mainly: blue. Hex color #7780DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780DD is #887F22. Grayscale: #878787. Windows color (decimal): -8945443 or 14516343. OLE color: 14516343.

HSL color Cylindrical-coordinate representation of color #7780DD: hue angle of 234.71º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7780DD is Cyan = 0.46, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119128221-
CMYK0.460.4200.13
HSL234.71º60%66.67%-
HSV(B)234.71º46.15%86.67%-
XYZ28.3824.5871.66-
YUV135.91176.02115.94-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.43%
GREEN value IS 128 (50.39% from 255) = 27.35%
BLUE value IS 221 (86.72% from 255) = 47.22%
R=25.43%
G=27.35%
B=47.22%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191282210.460.4200.13234.716066.67
Hex7780DD2E2A0Deb3c43
Octal167200335565201535374103
Binary1110111100000001101110110111010101001101111010111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7780DD; }

 p { color: rgb(119,128,221); }

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

<style>
 a { background-color: #7780DD; }

 a { background-color: rgb(119,128,221); }

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

<style>
 span { border-color: #7780DD; }

 span { border-color: rgb(119,128,221); }

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