#7599CA

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

Shades of Polo Blue #7599CA

Tints of Polo Blue #7599CA

Color information

#7599CA (or 0x7599CA) is unknown color: approx Polo Blue. HEX triplet: 75, 99 and CA. RGB value is (117,153,202). Sum of RGB (Red+Green+Blue) = 117+153+202=472 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.79% from 472); Green value is 153 (60.16% from 255 or 32.42% from 472); Blue value is 202 (79.30% from 255 or 42.80% from 472); Max value from RGB is 202 - color contains mainly: blue. Hex color #7599CA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599CA is #8A6635. Grayscale: #939393. Windows color (decimal): -9070134 or 13277557. OLE color: 13277557.

HSL color Cylindrical-coordinate representation of color #7599CA: hue angle of 214.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7599CA is Cyan = 0.42, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117153202-
CMYK0.420.2400.21
HSL214.59º44.5%62.55%-
HSV(B)214.59º42.08%79.22%-
XYZ29.3930.8360.28-
YUV147.82158.57106.02-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.79%
GREEN value IS 153 (60.16% from 255) = 32.42%
BLUE value IS 202 (79.30% from 255) = 42.80%
R=24.79%
G=32.42%
B=42.80%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171532020.420.2400.21214.5944.562.55
Hex7599CA2A18015d72d3f
Octal16523131252300253275577
Binary111010110011001110010101010101100001010111010111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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