#7597CD

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

Shades of Polo Blue #7597CD

Tints of Polo Blue #7597CD

Color information

#7597CD (or 0x7597CD) is unknown color: approx Polo Blue. HEX triplet: 75, 97 and CD. RGB value is (117,151,205). Sum of RGB (Red+Green+Blue) = 117+151+205=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 151 (59.38% from 255 or 31.92% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #7597CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7597CD is #8A6832. Grayscale: #929292. Windows color (decimal): -9070643 or 13473653. OLE color: 13473653.

HSL color Cylindrical-coordinate representation of color #7597CD: hue angle of 216.82º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7597CD is Cyan = 0.43, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117151205-
CMYK0.430.2600.20
HSL216.82º46.81%63.14%-
HSV(B)216.82º42.93%80.39%-
XYZ29.4230.3262.06-
YUV146.99160.74106.61-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 151 (59.38% from 255) = 31.92%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=24.74%
G=31.92%
B=43.34%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171512050.430.2600.20216.8246.8163.14
Hex7597CD2B1A014d92f3f
Octal16522731553320243315777
Binary111010110010111110011011010111101001010011011001101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7597CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7597CD; }

 p { color: rgb(117,151,205); }

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

<style>
 a { background-color: #7597CD; }

 a { background-color: rgb(117,151,205); }

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

<style>
 span { border-color: #7597CD; }

 span { border-color: rgb(117,151,205); }

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