#7584DB

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

Shades of Portage #7584DB

Tints of Portage #7584DB

Color information

#7584DB (or 0x7584DB) is unknown color: approx Portage. HEX triplet: 75, 84 and DB. RGB value is (117,132,219). Sum of RGB (Red+Green+Blue) = 117+132+219=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 132 (51.95% from 255 or 28.21% from 468); Blue value is 219 (85.94% from 255 or 46.79% from 468); Max value from RGB is 219 - color contains mainly: blue. Hex color #7584DB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7584DB is #8A7B24. Grayscale: #898989. Windows color (decimal): -9075493 or 14386293. OLE color: 14386293.

HSL color Cylindrical-coordinate representation of color #7584DB: hue angle of 231.18º 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 #7584DB is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB117132219-
CMYK0.470.4000.14
HSL231.18º58.62%65.88%-
HSV(B)231.18º46.58%85.88%-
XYZ28.3725.470.42-
YUV137.43174.03113.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 132 (51.95% from 255) = 28.21%
BLUE value IS 219 (85.94% from 255) = 46.79%
R=25%
G=28.21%
B=46.79%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1171322190.470.4000.14231.1858.6265.88
Hex7584DB2F280Ee73b42
Octal165204333575001634773102
Binary1110101100001001101101110111110100001110111001111110111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7584DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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