#759FC8

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

Shades of Polo Blue #759FC8

Tints of Polo Blue #759FC8

Color information

#759FC8 (or 0x759FC8) is unknown color: approx Polo Blue. HEX triplet: 75, 9F and C8. RGB value is (117,159,200). Sum of RGB (Red+Green+Blue) = 117+159+200=476 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.58% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 200 (78.52% from 255 or 42.02% from 476); Max value from RGB is 200 - color contains mainly: blue. Hex color #759FC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #759FC8 is #8A6037. Grayscale: #969696. Windows color (decimal): -9068600 or 13148021. OLE color: 13148021.

HSL color Cylindrical-coordinate representation of color #759FC8: hue angle of 209.64º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #759FC8 is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB117159200-
CMYK0.420.2000.22
HSL209.64º43.01%62.16%-
HSV(B)209.64º41.5%78.43%-
XYZ30.1632.7559.38-
YUV151.12155.59103.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 24.58%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 200 (78.52% from 255) = 42.02%
R=24.58%
G=33.40%
B=42.02%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1171592000.420.2000.22209.6443.0162.16
Hex759FC82A14016d22b3e
Octal16523731052240263225376
Binary111010110011111110010001010101010001011011010010101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,159,200); }

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

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

 a { background-color: rgb(117,159,200); }

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

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

 span { border-color: rgb(117,159,200); }

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