#769BCA

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

Shades of Polo Blue #769BCA

Tints of Polo Blue #769BCA

Color information

#769BCA (or 0x769BCA) is unknown color: approx Polo Blue. HEX triplet: 76, 9B and CA. RGB value is (118,155,202). Sum of RGB (Red+Green+Blue) = 118+155+202=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 202 (79.30% from 255 or 42.53% from 475); Max value from RGB is 202 - color contains mainly: blue. Hex color #769BCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769BCA is #896435. Grayscale: #959595. Windows color (decimal): -9004086 or 13278070. OLE color: 13278070.

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

Color convert

RGB118155202-
CMYK0.420.2300.21
HSL213.57º44.21%62.75%-
HSV(B)213.57º41.58%79.22%-
XYZ29.8531.5660.4-
YUV149.29157.74105.68-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 202 (79.30% from 255) = 42.53%
R=24.84%
G=32.63%
B=42.53%

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
Decimal1181552020.420.2300.21213.5744.2162.75
Hex769BCA2A17015d62c3f
Octal16623331252270253265477
Binary111011010011011110010101010101011101010111010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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