#769AC9

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

Shades of Polo Blue #769AC9

Tints of Polo Blue #769AC9

Color information

#769AC9 (or 0x769AC9) is unknown color: approx Polo Blue. HEX triplet: 76, 9A and C9. RGB value is (118,154,201). Sum of RGB (Red+Green+Blue) = 118+154+201=473 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.95% from 473); Green value is 154 (60.55% from 255 or 32.56% 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 #769AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AC9 is #896536. Grayscale: #949494. Windows color (decimal): -9004343 or 13212278. OLE color: 13212278.

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

Color convert

RGB118154201-
CMYK0.410.2300.21
HSL213.98º43.46%62.55%-
HSV(B)213.98º41.29%78.82%-
XYZ29.5731.1859.72-
YUV148.59157.57106.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.95%
GREEN value IS 154 (60.55% from 255) = 32.56%
BLUE value IS 201 (78.91% from 255) = 42.49%
R=24.95%
G=32.56%
B=42.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181542010.410.2300.21213.9843.4662.55
Hex769AC92917015d62b3f
Octal16623231151270253265377
Binary111011010011010110010011010011011101010111010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,154,201); }

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

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

 a { background-color: rgb(118,154,201); }

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

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

 span { border-color: rgb(118,154,201); }

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