#7584D9

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

Shades of Portage #7584D9

Tints of Portage #7584D9

Color information

#7584D9 (or 0x7584D9) is unknown color: approx Portage. HEX triplet: 75, 84 and D9. RGB value is (117,132,217). Sum of RGB (Red+Green+Blue) = 117+132+217=466 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.11% from 466); Green value is 132 (51.95% from 255 or 28.33% from 466); Blue value is 217 (85.16% from 255 or 46.57% from 466); Max value from RGB is 217 - color contains mainly: blue. Hex color #7584D9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584D9 is #8A7B26. Grayscale: #888888. Windows color (decimal): -9075495 or 14255221. OLE color: 14255221.

HSL color Cylindrical-coordinate representation of color #7584D9: hue angle of 231º 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 #7584D9 is Cyan = 0.46, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117132217-
CMYK0.460.3900.15
HSL231º56.82%65.49%-
HSV(B)231º46.08%85.1%-
XYZ28.1125.2969.05-
YUV137.2173.03113.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.11%
GREEN value IS 132 (51.95% from 255) = 28.33%
BLUE value IS 217 (85.16% from 255) = 46.57%
R=25.11%
G=28.33%
B=46.57%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171322170.460.3900.1523156.8265.49
Hex7584D92E270Fe73941
Octal165204331564701734771101
Binary1110101100001001101100110111010011101111111001111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7584D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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