#7593DA

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

Shades of Portage #7593DA

Tints of Portage #7593DA

Color information

#7593DA (or 0x7593DA) is unknown color: approx Portage. HEX triplet: 75, 93 and DA. RGB value is (117,147,218). Sum of RGB (Red+Green+Blue) = 117+147+218=482 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.27% from 482); Green value is 147 (57.81% from 255 or 30.50% from 482); Blue value is 218 (85.55% from 255 or 45.23% from 482); Max value from RGB is 218 - color contains mainly: blue. Hex color #7593DA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593DA is #8A6C25. Grayscale: #919191. Windows color (decimal): -9071654 or 14324597. OLE color: 14324597.

HSL color Cylindrical-coordinate representation of color #7593DA: hue angle of 222.18º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7593DA is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117147218-
CMYK0.460.3300.15
HSL222.18º57.71%65.69%-
HSV(B)222.18º46.33%85.49%-
XYZ30.4229.7170.46-
YUV146.12168.56107.23-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.27%
GREEN value IS 147 (57.81% from 255) = 30.50%
BLUE value IS 218 (85.55% from 255) = 45.23%
R=24.27%
G=30.50%
B=45.23%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171472180.460.3300.15222.1857.7165.69
Hex7593DA2E210Fde3a42
Octal165223332564101733672102
Binary1110101100100111101101010111010000101111110111101110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7593DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7593DA; }

 p { color: rgb(117,147,218); }

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

<style>
 a { background-color: #7593DA; }

 a { background-color: rgb(117,147,218); }

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

<style>
 span { border-color: #7593DA; }

 span { border-color: rgb(117,147,218); }

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