#769FCB

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

Shades of Polo Blue #769FCB

Tints of Polo Blue #769FCB

Color information

#769FCB (or 0x769FCB) is unknown color: approx Polo Blue. HEX triplet: 76, 9F and CB. RGB value is (118,159,203). Sum of RGB (Red+Green+Blue) = 118+159+203=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #769FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FCB is #896034. Grayscale: #979797. Windows color (decimal): -9003061 or 13344630. OLE color: 13344630.

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

Color convert

RGB118159203-
CMYK0.420.2200.20
HSL211.06º44.97%62.94%-
HSV(B)211.06º41.87%79.61%-
XYZ30.6532.9661.25-
YUV151.76156.92103.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 159 (62.5% from 255) = 33.12%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=24.58%
G=33.12%
B=42.29%

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
Decimal1181592030.420.2200.20211.0644.9762.94
Hex769FCB2A16014d32d3f
Octal16623731352260243235577
Binary111011010011111110010111010101011001010011010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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