#759CC9

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

Shades of Polo Blue #759CC9

Tints of Polo Blue #759CC9

Color information

#759CC9 (or 0x759CC9) is unknown color: approx Polo Blue. HEX triplet: 75, 9C and C9. RGB value is (117,156,201). Sum of RGB (Red+Green+Blue) = 117+156+201=474 (62% of max value = 765). Red value is 117 (46.09% from 255 or 24.68% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #759CC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759CC9 is #8A6336. Grayscale: #959595. Windows color (decimal): -9069367 or 13212789. OLE color: 13212789.

HSL color Cylindrical-coordinate representation of color #759CC9: hue angle of 212.14º 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 #759CC9 is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB117156201-
CMYK0.420.2200.21
HSL212.14º43.75%62.35%-
HSV(B)212.14º41.79%78.82%-
XYZ29.7731.7859.82-
YUV149.47157.08104.84-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.68%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 201 (78.91% from 255) = 42.41%
R=24.68%
G=32.91%
B=42.41%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1171562010.420.2200.21212.1443.7562.35
Hex759CC92A16015d42c3e
Octal16523431152260253245476
Binary111010110011100110010011010101011001010111010100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759CC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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