#7594D4

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

Shades of Portage #7594D4

Tints of Portage #7594D4

Color information

#7594D4 (or 0x7594D4) is unknown color: approx Portage. HEX triplet: 75, 94 and D4. RGB value is (117,148,212). Sum of RGB (Red+Green+Blue) = 117+148+212=477 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.53% from 477); Green value is 148 (58.20% from 255 or 31.03% from 477); Blue value is 212 (83.20% from 255 or 44.44% from 477); Max value from RGB is 212 - color contains mainly: blue. Hex color #7594D4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7594D4 is #8A6B2B. Grayscale: #919191. Windows color (decimal): -9071404 or 13931637. OLE color: 13931637.

HSL color Cylindrical-coordinate representation of color #7594D4: hue angle of 220.42º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7594D4 is Cyan = 0.45, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB117148212-
CMYK0.450.3000.17
HSL220.42º52.49%64.51%-
HSV(B)220.42º44.81%83.14%-
XYZ29.8129.7266.45-
YUV146.03165.23107.3-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.53%
GREEN value IS 148 (58.20% from 255) = 31.03%
BLUE value IS 212 (83.20% from 255) = 44.44%
R=24.53%
G=31.03%
B=44.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1171482120.450.3000.17220.4252.4964.51
Hex7594D42D1E011dc3441
Octal165224324553602133464101
Binary1110101100101001101010010110111110010001110111001101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7594D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7594D4; }

 p { color: rgb(117,148,212); }

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

<style>
 a { background-color: #7594D4; }

 a { background-color: rgb(117,148,212); }

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

<style>
 span { border-color: #7594D4; }

 span { border-color: rgb(117,148,212); }

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