#7795CF

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

Shades of Portage #7795CF

Tints of Portage #7795CF

Color information

#7795CF (or 0x7795CF) is unknown color: approx Portage. HEX triplet: 77, 95 and CF. RGB value is (119,149,207). Sum of RGB (Red+Green+Blue) = 119+149+207=475 (62% of max value = 765). Red value is 119 (46.88% from 255 or 25.05% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 207 (81.25% from 255 or 43.58% from 475); Max value from RGB is 207 - color contains mainly: blue. Hex color #7795CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7795CF is #886A30. Grayscale: #929292. Windows color (decimal): -8940081 or 13604215. OLE color: 13604215.

HSL color Cylindrical-coordinate representation of color #7795CF: hue angle of 219.55º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7795CF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB119149207-
CMYK0.430.2800.19
HSL219.55º47.83%63.92%-
HSV(B)219.55º42.51%81.18%-
XYZ29.6229.9263.25-
YUV146.64162.06108.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 25.05%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 207 (81.25% from 255) = 43.58%
R=25.05%
G=31.37%
B=43.58%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1191492070.430.2800.19219.5547.8363.92
Hex7795CF2B1C013dc3040
Octal167225317533402333460100
Binary1110111100101011100111110101111100010011110111001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7795CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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