#7591D9

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

Shades of Portage #7591D9

Tints of Portage #7591D9

Color information

#7591D9 (or 0x7591D9) is unknown color: approx Portage. HEX triplet: 75, 91 and D9. RGB value is (117,145,217). Sum of RGB (Red+Green+Blue) = 117+145+217=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 145 (57.03% from 255 or 30.27% from 479); Blue value is 217 (85.16% from 255 or 45.30% from 479); Max value from RGB is 217 - color contains mainly: blue. Hex color #7591D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7591D9 is #8A6E26. Grayscale: #909090. Windows color (decimal): -9072167 or 14258549. OLE color: 14258549.

HSL color Cylindrical-coordinate representation of color #7591D9: hue angle of 223.2º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7591D9 is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117145217-
CMYK0.460.3300.15
HSL223.2º56.82%65.49%-
HSV(B)223.2º46.08%85.1%-
XYZ29.9929.0469.67-
YUV144.84168.72108.15-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 145 (57.03% from 255) = 30.27%
BLUE value IS 217 (85.16% from 255) = 45.30%
R=24.43%
G=30.27%
B=45.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171452170.460.3300.15223.256.8265.49
Hex7591D92E210Fdf3941
Octal165221331564101733771101
Binary1110101100100011101100110111010000101111110111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7591D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7591D9; }

 p { color: rgb(117,145,217); }

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

<style>
 a { background-color: #7591D9; }

 a { background-color: rgb(117,145,217); }

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

<style>
 span { border-color: #7591D9; }

 span { border-color: rgb(117,145,217); }

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