#759BC9

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

Shades of Polo Blue #759BC9

Tints of Polo Blue #759BC9

Color information

#759BC9 (or 0x759BC9) is unknown color: approx Polo Blue. HEX triplet: 75, 9B and C9. RGB value is (117,155,201). Sum of RGB (Red+Green+Blue) = 117+155+201=473 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.74% from 473); Green value is 155 (60.94% from 255 or 32.77% from 473); Blue value is 201 (78.91% from 255 or 42.49% from 473); Max value from RGB is 201 - color contains mainly: blue. Hex color #759BC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759BC9 is #8A6436. Grayscale: #949494. Windows color (decimal): -9069623 or 13212533. OLE color: 13212533.

HSL color Cylindrical-coordinate representation of color #759BC9: hue angle of 212.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #759BC9 is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117155201-
CMYK0.420.2300.21
HSL212.86º43.75%62.35%-
HSV(B)212.86º41.79%78.82%-
XYZ29.631.4459.77-
YUV148.88157.41105.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.74%
GREEN value IS 155 (60.94% from 255) = 32.77%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=24.74%
G=32.77%
B=42.49%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171552010.420.2300.21212.8643.7562.35
Hex759BC92A17015d52c3e
Octal16523331152270253255476
Binary111010110011011110010011010101011101010111010101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759BC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,155,201); }

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

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

 a { background-color: rgb(117,155,201); }

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

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

 span { border-color: rgb(117,155,201); }

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