#7780E0

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

Shades of Portage #7780E0

Tints of Portage #7780E0

Color information

#7780E0 (or 0x7780E0) is unknown color: approx Portage. HEX triplet: 77, 80 and E0. RGB value is (119,128,224). Sum of RGB (Red+Green+Blue) = 119+128+224=471 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.27% from 471); Green value is 128 (50.39% from 255 or 27.18% from 471); Blue value is 224 (87.89% from 255 or 47.56% from 471); Max value from RGB is 224 - color contains mainly: blue. Hex color #7780E0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7780E0 is #887F1F. Grayscale: #878787. Windows color (decimal): -8945440 or 14712951. OLE color: 14712951.

HSL color Cylindrical-coordinate representation of color #7780E0: hue angle of 234.86º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7780E0 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB119128224-
CMYK0.470.4300.12
HSL234.86º62.87%67.25%-
HSV(B)234.86º46.88%87.84%-
XYZ28.7824.7473.78-
YUV136.25177.52115.69-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.27%
GREEN value IS 128 (50.39% from 255) = 27.18%
BLUE value IS 224 (87.89% from 255) = 47.56%
R=25.27%
G=27.18%
B=47.56%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1191282240.470.4300.12234.8662.8767.25
Hex7780E02F2B0Ceb3f43
Octal167200340575301435377103
Binary1110111100000001110000010111110101101100111010111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7780E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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