#7795D5

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

Shades of Portage #7795D5

Tints of Portage #7795D5

Color information

#7795D5 (or 0x7795D5) is unknown color: approx Portage. HEX triplet: 77, 95 and D5. RGB value is (119,149,213). Sum of RGB (Red+Green+Blue) = 119+149+213=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 149 (58.59% from 255 or 30.98% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #7795D5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795D5 is #886A2A. Grayscale: #939393. Windows color (decimal): -8940075 or 13997431. OLE color: 13997431.

HSL color Cylindrical-coordinate representation of color #7795D5: hue angle of 220.85º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7795D5 is Cyan = 0.44, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB119149213-
CMYK0.440.3000.16
HSL220.85º52.81%65.1%-
HSV(B)220.85º44.13%83.53%-
XYZ30.3730.2267.18-
YUV147.33165.06107.8-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.74%
GREEN value IS 149 (58.59% from 255) = 30.98%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=24.74%
G=30.98%
B=44.28%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1191492130.440.3000.16220.8552.8165.1
Hex7795D52C1E010dd3541
Octal167225325543602033565101
Binary1110111100101011101010110110011110010000110111011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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