#7796DA

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

Shades of Portage #7796DA

Tints of Portage #7796DA

Color information

#7796DA (or 0x7796DA) is unknown color: approx Portage. HEX triplet: 77, 96 and DA. RGB value is (119,150,218). Sum of RGB (Red+Green+Blue) = 119+150+218=487 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.44% from 487); Green value is 150 (58.98% from 255 or 30.80% from 487); Blue value is 218 (85.55% from 255 or 44.76% from 487); Max value from RGB is 218 - color contains mainly: blue. Hex color #7796DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7796DA is #886925. Grayscale: #949494. Windows color (decimal): -8939814 or 14325367. OLE color: 14325367.

HSL color Cylindrical-coordinate representation of color #7796DA: hue angle of 221.21º degrees, saturation: 0.57, 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 #7796DA is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB119150218-
CMYK0.450.3100.15
HSL221.21º57.23%66.08%-
HSV(B)221.21º45.41%85.49%-
XYZ31.1730.870.63-
YUV148.48167.23106.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.44%
GREEN value IS 150 (58.98% from 255) = 30.80%
BLUE value IS 218 (85.55% from 255) = 44.76%
R=24.44%
G=30.80%
B=44.76%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191502180.450.3100.15221.2157.2366.08
Hex7796DA2D1F0Fdd3942
Octal167226332553701733571102
Binary111011110010110110110101011011111101111110111011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7796DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7796DA; }

 p { color: rgb(119,150,218); }

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

<style>
 a { background-color: #7796DA; }

 a { background-color: rgb(119,150,218); }

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

<style>
 span { border-color: #7796DA; }

 span { border-color: rgb(119,150,218); }

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