#769AC0

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

Shades of Polo Blue #769AC0

Tints of Polo Blue #769AC0

Color information

#769AC0 (or 0x769AC0) is unknown color: approx Polo Blue. HEX triplet: 76, 9A and C0. RGB value is (118,154,192). Sum of RGB (Red+Green+Blue) = 118+154+192=464 (61% of max value = 765). Red value is 118 (46.48% from 255 or 25.43% from 464); Green value is 154 (60.55% from 255 or 33.19% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #769AC0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769AC0 is #89653F. Grayscale: #939393. Windows color (decimal): -9004352 or 12622454. OLE color: 12622454.

HSL color Cylindrical-coordinate representation of color #769AC0: hue angle of 210.81º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #769AC0 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB118154192-
CMYK0.390.2000.25
HSL210.81º37%60.78%-
HSV(B)210.81º38.54%75.29%-
XYZ28.5430.7754.3-
YUV147.57153.07106.91-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 25.43%
GREEN value IS 154 (60.55% from 255) = 33.19%
BLUE value IS 192 (75.39% from 255) = 41.38%
R=25.43%
G=33.19%
B=41.38%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1181541920.390.2000.25210.813760.78
Hex769AC02714019d3253d
Octal16623230047240313234575
Binary111011010011010110000001001111010001100111010011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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