#7790D9

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

Shades of Portage #7790D9

Tints of Portage #7790D9

Color information

#7790D9 (or 0x7790D9) is unknown color: approx Portage. HEX triplet: 77, 90 and D9. RGB value is (119,144,217). Sum of RGB (Red+Green+Blue) = 119+144+217=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 144 (56.64% from 255 or 30% from 480); Blue value is 217 (85.16% from 255 or 45.21% from 480); Max value from RGB is 217 - color contains mainly: blue. Hex color #7790D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7790D9 is #886F26. Grayscale: #909090. Windows color (decimal): -8941351 or 14258295. OLE color: 14258295.

HSL color Cylindrical-coordinate representation of color #7790D9: hue angle of 224.69º degrees, saturation: 0.56, 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 #7790D9 is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119144217-
CMYK0.450.3400.15
HSL224.69º56.32%65.88%-
HSV(B)224.69º45.16%85.1%-
XYZ30.1128.8869.63-
YUV144.85168.72109.56-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.79%
GREEN value IS 144 (56.64% from 255) = 30%
BLUE value IS 217 (85.16% from 255) = 45.21%
R=24.79%
G=30%
B=45.21%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191442170.450.3400.15224.6956.3265.88
Hex7790D92D220Fe13842
Octal167220331554201734170102
Binary1110111100100001101100110110110001001111111000011110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7790D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7790D9; }

 p { color: rgb(119,144,217); }

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

<style>
 a { background-color: #7790D9; }

 a { background-color: rgb(119,144,217); }

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

<style>
 span { border-color: #7790D9; }

 span { border-color: rgb(119,144,217); }

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