#7795DA

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

Shades of Portage #7795DA

Tints of Portage #7795DA

Color information

#7795DA (or 0x7795DA) is unknown color: approx Portage. HEX triplet: 77, 95 and DA. RGB value is (119,149,218). Sum of RGB (Red+Green+Blue) = 119+149+218=486 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.49% from 486); Green value is 149 (58.59% from 255 or 30.66% from 486); Blue value is 218 (85.55% from 255 or 44.86% from 486); Max value from RGB is 218 - color contains mainly: blue. Hex color #7795DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795DA is #886A25. Grayscale: #939393. Windows color (decimal): -8940070 or 14325111. OLE color: 14325111.

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

Color convert

RGB119149218-
CMYK0.450.3200.15
HSL221.82º57.23%66.08%-
HSV(B)221.82º45.41%85.49%-
XYZ31.0130.4870.58-
YUV147.9167.56107.39-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.49%
GREEN value IS 149 (58.59% from 255) = 30.66%
BLUE value IS 218 (85.55% from 255) = 44.86%
R=24.49%
G=30.66%
B=44.86%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1191492180.450.3200.15221.8257.2366.08
Hex7795DA2D200Fde3942
Octal167225332554001733671102
Binary1110111100101011101101010110110000001111110111101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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