#769FCA

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

Shades of Polo Blue #769FCA

Tints of Polo Blue #769FCA

Color information

#769FCA (or 0x769FCA) is unknown color: approx Polo Blue. HEX triplet: 76, 9F and CA. RGB value is (118,159,202). Sum of RGB (Red+Green+Blue) = 118+159+202=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 159 (62.5% from 255 or 33.19% from 479); Blue value is 202 (79.30% from 255 or 42.17% from 479); Max value from RGB is 202 - color contains mainly: blue. Hex color #769FCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FCA is #896035. Grayscale: #979797. Windows color (decimal): -9003062 or 13279094. OLE color: 13279094.

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

Color convert

RGB118159202-
CMYK0.420.2100.21
HSL210.71º44.21%62.75%-
HSV(B)210.71º41.58%79.22%-
XYZ30.5332.9160.62-
YUV151.64156.42104-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 159 (62.5% from 255) = 33.19%
BLUE value IS 202 (79.30% from 255) = 42.17%
R=24.63%
G=33.19%
B=42.17%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181592020.420.2100.21210.7144.2162.75
Hex769FCA2A15015d32c3f
Octal16623731252250253235477
Binary111011010011111110010101010101010101010111010011101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769FCA; }

 p { color: rgb(118,159,202); }

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

<style>
 a { background-color: #769FCA; }

 a { background-color: rgb(118,159,202); }

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

<style>
 span { border-color: #769FCA; }

 span { border-color: rgb(118,159,202); }

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