#7599CD

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

Shades of Polo Blue #7599CD

Tints of Polo Blue #7599CD

Color information

#7599CD (or 0x7599CD) is unknown color: approx Polo Blue. HEX triplet: 75, 99 and CD. RGB value is (117,153,205). Sum of RGB (Red+Green+Blue) = 117+153+205=475 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.63% from 475); Green value is 153 (60.16% from 255 or 32.21% from 475); Blue value is 205 (80.47% from 255 or 43.16% from 475); Max value from RGB is 205 - color contains mainly: blue. Hex color #7599CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7599CD is #8A6632. Grayscale: #939393. Windows color (decimal): -9070131 or 13474165. OLE color: 13474165.

HSL color Cylindrical-coordinate representation of color #7599CD: hue angle of 215.45º 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 #7599CD is Cyan = 0.43, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB117153205-
CMYK0.430.2500.20
HSL215.45º46.81%63.14%-
HSV(B)215.45º42.93%80.39%-
XYZ29.7530.9762.17-
YUV148.16160.07105.77-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.63%
GREEN value IS 153 (60.16% from 255) = 32.21%
BLUE value IS 205 (80.47% from 255) = 43.16%
R=24.63%
G=32.21%
B=43.16%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1171532050.430.2500.20215.4546.8163.14
Hex7599CD2B19014d72f3f
Octal16523131553310243275777
Binary111010110011001110011011010111100101010011010111101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7599CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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