#759ECC

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

Shades of Polo Blue #759ECC

Tints of Polo Blue #759ECC

Color information

#759ECC (or 0x759ECC) is unknown color: approx Polo Blue. HEX triplet: 75, 9E and CC. RGB value is (117,158,204). Sum of RGB (Red+Green+Blue) = 117+158+204=479 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.43% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #759ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759ECC is #8A6133. Grayscale: #969696. Windows color (decimal): -9068852 or 13409909. OLE color: 13409909.

HSL color Cylindrical-coordinate representation of color #759ECC: hue angle of 211.72º degrees, saturation: 0.46, 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 #759ECC is Cyan = 0.43, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB117158204-
CMYK0.430.2300.2
HSL211.72º46.03%62.94%-
HSV(B)211.72º42.65%80%-
XYZ30.4632.661.81-
YUV150.98157.92103.76-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.43%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 204 (80.08% from 255) = 42.59%
R=24.43%
G=32.99%
B=42.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1171582040.430.2300.2211.7246.0362.94
Hex759ECC2B17014d42e3f
Octal16523631453270243245677
Binary111010110011110110011001010111011101010011010100101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759ECC; }

 p { color: rgb(117,158,204); }

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

<style>
 a { background-color: #759ECC; }

 a { background-color: rgb(117,158,204); }

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

<style>
 span { border-color: #759ECC; }

 span { border-color: rgb(117,158,204); }

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