#7795DE

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

Shades of Portage #7795DE

Tints of Portage #7795DE

Color information

#7795DE (or 0x7795DE) is unknown color: approx Portage. HEX triplet: 77, 95 and DE. RGB value is (119,149,222). Sum of RGB (Red+Green+Blue) = 119+149+222=490 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.29% from 490); Green value is 149 (58.59% from 255 or 30.41% from 490); Blue value is 222 (87.11% from 255 or 45.31% from 490); Max value from RGB is 222 - color contains mainly: blue. Hex color #7795DE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795DE is #886A21. Grayscale: #949494. Windows color (decimal): -8940066 or 14587255. OLE color: 14587255.

HSL color Cylindrical-coordinate representation of color #7795DE: hue angle of 222.52º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7795DE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB119149222-
CMYK0.460.3300.13
HSL222.52º60.95%66.86%-
HSV(B)222.52º46.4%87.06%-
XYZ31.5430.6973.37-
YUV148.35169.56107.06-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.29%
GREEN value IS 149 (58.59% from 255) = 30.41%
BLUE value IS 222 (87.11% from 255) = 45.31%
R=24.29%
G=30.41%
B=45.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1191492220.460.3300.13222.5260.9566.86
Hex7795DE2E210Ddf3d43
Octal167225336564101533775103
Binary1110111100101011101111010111010000101101110111111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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