#7589DB

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

Shades of Portage #7589DB

Tints of Portage #7589DB

Color information

#7589DB (or 0x7589DB) is unknown color: approx Portage. HEX triplet: 75, 89 and DB. RGB value is (117,137,219). Sum of RGB (Red+Green+Blue) = 117+137+219=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 137 (53.91% from 255 or 28.96% from 473); Blue value is 219 (85.94% from 255 or 46.30% from 473); Max value from RGB is 219 - color contains mainly: blue. Hex color #7589DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589DB is #8A7624. Grayscale: #8C8C8C. Windows color (decimal): -9074213 or 14387573. OLE color: 14387573.

HSL color Cylindrical-coordinate representation of color #7589DB: hue angle of 228.24º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7589DB is Cyan = 0.47, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117137219-
CMYK0.470.3700.14
HSL228.24º58.62%65.88%-
HSV(B)228.24º46.58%85.88%-
XYZ29.0726.7970.66-
YUV140.37172.37111.33-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 137 (53.91% from 255) = 28.96%
BLUE value IS 219 (85.94% from 255) = 46.30%
R=24.74%
G=28.96%
B=46.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171372190.470.3700.14228.2458.6265.88
Hex7589DB2F250Ee43b42
Octal165211333574501634473102
Binary1110101100010011101101110111110010101110111001001110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7589DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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