#7593D8

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

Shades of Portage #7593D8

Tints of Portage #7593D8

Color information

#7593D8 (or 0x7593D8) is unknown color: approx Portage. HEX triplet: 75, 93 and D8. RGB value is (117,147,216). Sum of RGB (Red+Green+Blue) = 117+147+216=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 147 (57.81% from 255 or 30.62% from 480); Blue value is 216 (84.77% from 255 or 45% from 480); Max value from RGB is 216 - color contains mainly: blue. Hex color #7593D8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7593D8 is #8A6C27. Grayscale: #919191. Windows color (decimal): -9071656 or 14193525. OLE color: 14193525.

HSL color Cylindrical-coordinate representation of color #7593D8: hue angle of 221.82º degrees, saturation: 0.56, 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 #7593D8 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB117147216-
CMYK0.460.3200.15
HSL221.82º55.93%65.29%-
HSV(B)221.82º45.83%84.71%-
XYZ30.1629.6169.09-
YUV145.9167.56107.39-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.38%
GREEN value IS 147 (57.81% from 255) = 30.62%
BLUE value IS 216 (84.77% from 255) = 45%
R=24.38%
G=30.62%
B=45%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1171472160.460.3200.15221.8255.9365.29
Hex7593D82E200Fde3841
Octal165223330564001733670101
Binary1110101100100111101100010111010000001111110111101110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7593D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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