#7595DA

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

Shades of Portage #7595DA

Tints of Portage #7595DA

Color information

#7595DA (or 0x7595DA) is unknown color: approx Portage. HEX triplet: 75, 95 and DA. RGB value is (117,149,218). Sum of RGB (Red+Green+Blue) = 117+149+218=484 (64% of max value = 765). Red value is 117 (46.09% from 255 or 24.17% from 484); Green value is 149 (58.59% from 255 or 30.79% from 484); Blue value is 218 (85.55% from 255 or 45.04% from 484); Max value from RGB is 218 - color contains mainly: blue. Hex color #7595DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7595DA is #8A6A25. Grayscale: #929292. Windows color (decimal): -9071142 or 14325109. OLE color: 14325109.

HSL color Cylindrical-coordinate representation of color #7595DA: hue angle of 220.99º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7595DA is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117149218-
CMYK0.460.3200.15
HSL220.99º57.71%65.69%-
HSV(B)220.99º46.33%85.49%-
XYZ30.7430.3470.57-
YUV147.3167.9106.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.17%
GREEN value IS 149 (58.59% from 255) = 30.79%
BLUE value IS 218 (85.55% from 255) = 45.04%
R=24.17%
G=30.79%
B=45.04%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171492180.460.3200.15220.9957.7165.69
Hex7595DA2E200Fdd3a42
Octal165225332564001733572102
Binary1110101100101011101101010111010000001111110111011110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7595DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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