#769ECB

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

Shades of Polo Blue #769ECB

Tints of Polo Blue #769ECB

Color information

#769ECB (or 0x769ECB) is unknown color: approx Polo Blue. HEX triplet: 76, 9E and CB. RGB value is (118,158,203). Sum of RGB (Red+Green+Blue) = 118+158+203=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 158 (62.11% from 255 or 32.99% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 203 - color contains mainly: blue. Hex color #769ECB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ECB is #896134. Grayscale: #969696. Windows color (decimal): -9003317 or 13344374. OLE color: 13344374.

HSL color Cylindrical-coordinate representation of color #769ECB: hue angle of 211.76º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769ECB is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118158203-
CMYK0.420.2200.20
HSL211.76º44.97%62.94%-
HSV(B)211.76º41.87%79.61%-
XYZ30.4832.6261.19-
YUV151.17157.25104.34-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 158 (62.11% from 255) = 32.99%
BLUE value IS 203 (79.69% from 255) = 42.38%
R=24.63%
G=32.99%
B=42.38%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181582030.420.2200.20211.7644.9762.94
Hex769ECB2A16014d42d3f
Octal16623631352260243245577
Binary111011010011110110010111010101011001010011010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769ECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,158,203); }

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

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

 a { background-color: rgb(118,158,203); }

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

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

 span { border-color: rgb(118,158,203); }

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