#7595D0

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

Shades of Portage #7595D0

Tints of Portage #7595D0

Color information

#7595D0 (or 0x7595D0) is unknown color: approx Portage. HEX triplet: 75, 95 and D0. RGB value is (117,149,208). Sum of RGB (Red+Green+Blue) = 117+149+208=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 208 (81.64% from 255 or 43.88% from 474); Max value from RGB is 208 - color contains mainly: blue. Hex color #7595D0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595D0 is #8A6A2F. Grayscale: #919191. Windows color (decimal): -9071152 or 13669749. OLE color: 13669749.

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

Color convert

RGB117149208-
CMYK0.440.2800.18
HSL218.9º49.19%63.73%-
HSV(B)218.9º43.75%81.57%-
XYZ29.4729.8363.88-
YUV146.16162.9107.2-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 208 (81.64% from 255) = 43.88%
R=24.68%
G=31.43%
B=43.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1171492080.440.2800.18218.949.1963.73
Hex7595D02C1C012db3140
Octal165225320543402233361100
Binary1110101100101011101000010110011100010010110110111100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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