#7599C2

Color #7599C2 Polo Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Polo Blue #7599C2

Tints of Polo Blue #7599C2

Color information

#7599C2 (or 0x7599C2) is unknown color: approx Polo Blue. HEX triplet: 75, 99 and C2. RGB value is (117,153,194). Sum of RGB (Red+Green+Blue) = 117+153+194=464 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25.22% from 464); Green value is 153 (60.16% from 255 or 32.97% from 464); Blue value is 194 (76.17% from 255 or 41.81% from 464); Max value from RGB is 194 - color contains mainly: blue. Hex color #7599C2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599C2 is #8A663D. Grayscale: #929292. Windows color (decimal): -9070142 or 12753269. OLE color: 12753269.

HSL color Cylindrical-coordinate representation of color #7599C2: hue angle of 211.95º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7599C2 is Cyan = 0.40, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB117153194-
CMYK0.400.2100.24
HSL211.95º38.69%60.98%-
HSV(B)211.95º39.69%76.08%-
XYZ28.4630.4655.42-
YUV146.91154.57106.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.22%
GREEN value IS 153 (60.16% from 255) = 32.97%
BLUE value IS 194 (76.17% from 255) = 41.81%
R=25.22%
G=32.97%
B=41.81%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171531940.400.2100.24211.9538.6960.98
Hex7599C22815018d4273d
Octal16523130250250303244775
Binary111010110011001110000101010001010101100011010100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7599C2; }

 p { color: rgb(117,153,194); }

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

<style>
 a { background-color: #7599C2; }

 a { background-color: rgb(117,153,194); }

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

<style>
 span { border-color: #7599C2; }

 span { border-color: rgb(117,153,194); }

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