#7589D4

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

Shades of Portage #7589D4

Tints of Portage #7589D4

Color information

#7589D4 (or 0x7589D4) is unknown color: approx Portage. HEX triplet: 75, 89 and D4. RGB value is (117,137,212). Sum of RGB (Red+Green+Blue) = 117+137+212=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 212 (83.20% from 255 or 45.49% from 466); Max value from RGB is 212 - color contains mainly: blue. Hex color #7589D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589D4 is #8A762B. Grayscale: #8B8B8B. Windows color (decimal): -9074220 or 13928821. OLE color: 13928821.

HSL color Cylindrical-coordinate representation of color #7589D4: hue angle of 227.37º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7589D4 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117137212-
CMYK0.450.3500.17
HSL227.37º52.49%64.51%-
HSV(B)227.37º44.81%83.14%-
XYZ28.1726.4365.9-
YUV139.57168.87111.9-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 212 (83.20% from 255) = 45.49%
R=25.11%
G=29.40%
B=45.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171372120.450.3500.17227.3752.4964.51
Hex7589D42D23011e33441
Octal165211324554302134364101
Binary11101011000100111010100101101100011010001111000111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7589D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7589D4; }

 p { color: rgb(117,137,212); }

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

<style>
 a { background-color: #7589D4; }

 a { background-color: rgb(117,137,212); }

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

<style>
 span { border-color: #7589D4; }

 span { border-color: rgb(117,137,212); }

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