#7695CF

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

Shades of Portage #7695CF

Tints of Portage #7695CF

Color information

#7695CF (or 0x7695CF) is unknown color: approx Portage. HEX triplet: 76, 95 and CF. RGB value is (118,149,207). Sum of RGB (Red+Green+Blue) = 118+149+207=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 207 (81.25% from 255 or 43.67% from 474); Max value from RGB is 207 - color contains mainly: blue. Hex color #7695CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695CF is #896A30. Grayscale: #929292. Windows color (decimal): -9005617 or 13604214. OLE color: 13604214.

HSL color Cylindrical-coordinate representation of color #7695CF: hue angle of 219.1º 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 #7695CF is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB118149207-
CMYK0.430.2800.19
HSL219.1º48.11%63.73%-
HSV(B)219.1º43%81.18%-
XYZ29.4829.8563.24-
YUV146.34162.23107.78-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 207 (81.25% from 255) = 43.67%
R=24.89%
G=31.43%
B=43.67%

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
Decimal1181492070.430.2800.19219.148.1163.73
Hex7695CF2B1C013db3040
Octal166225317533402333360100
Binary1110110100101011100111110101111100010011110110111100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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