#7589DD

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

Shades of Portage #7589DD

Tints of Portage #7589DD

Color information

#7589DD (or 0x7589DD) is unknown color: approx Portage. HEX triplet: 75, 89 and DD. RGB value is (117,137,221). Sum of RGB (Red+Green+Blue) = 117+137+221=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 221 (86.72% from 255 or 46.53% from 475); Max value from RGB is 221 - color contains mainly: blue. Hex color #7589DD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7589DD is #8A7622. Grayscale: #8C8C8C. Windows color (decimal): -9074211 or 14518645. OLE color: 14518645.

HSL color Cylindrical-coordinate representation of color #7589DD: hue angle of 228.46º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #7589DD is Cyan = 0.47, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB117137221-
CMYK0.470.3800.13
HSL228.46º60.47%66.27%-
HSV(B)228.46º47.06%86.67%-
XYZ29.3326.8972.05-
YUV140.6173.37111.17-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 221 (86.72% from 255) = 46.53%
R=24.63%
G=28.84%
B=46.53%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1171372210.470.3800.13228.4660.4766.27
Hex7589DD2F260De43c42
Octal165211335574601534474102
Binary1110101100010011101110110111110011001101111001001111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7589DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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