#7695D0

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

Shades of Portage #7695D0

Tints of Portage #7695D0

Color information

#7695D0 (or 0x7695D0) is unknown color: approx Portage. HEX triplet: 76, 95 and D0. RGB value is (118,149,208). Sum of RGB (Red+Green+Blue) = 118+149+208=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 149 (58.59% from 255 or 31.37% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 208 - color contains mainly: blue. Hex color #7695D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7695D0 is #896A2F. Grayscale: #929292. Windows color (decimal): -9005616 or 13669750. OLE color: 13669750.

HSL color Cylindrical-coordinate representation of color #7695D0: hue angle of 219.33º degrees, saturation: 0.49, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7695D0 is Cyan = 0.43, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB118149208-
CMYK0.430.2800.18
HSL219.33º48.91%63.92%-
HSV(B)219.33º43.27%81.57%-
XYZ29.629.963.89-
YUV146.46162.73107.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 149 (58.59% from 255) = 31.37%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=24.84%
G=31.37%
B=43.79%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1181492080.430.2800.18219.3348.9163.92
Hex7695D02B1C012db3140
Octal166225320533402233361100
Binary1110110100101011101000010101111100010010110110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7695D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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