#769ACA

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

Shades of Polo Blue #769ACA

Tints of Polo Blue #769ACA

Color information

#769ACA (or 0x769ACA) is unknown color: approx Polo Blue. HEX triplet: 76, 9A and CA. RGB value is (118,154,202). Sum of RGB (Red+Green+Blue) = 118+154+202=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 154 (60.55% from 255 or 32.49% from 474); Blue value is 202 (79.30% from 255 or 42.62% from 474); Max value from RGB is 202 - color contains mainly: blue. Hex color #769ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769ACA is #896535. Grayscale: #949494. Windows color (decimal): -9004342 or 13277814. OLE color: 13277814.

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

Color convert

RGB118154202-
CMYK0.420.2400.21
HSL214.29º44.21%62.75%-
HSV(B)214.29º41.58%79.22%-
XYZ29.6931.2360.34-
YUV148.71158.07106.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 154 (60.55% from 255) = 32.49%
BLUE value IS 202 (79.30% from 255) = 42.62%
R=24.89%
G=32.49%
B=42.62%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1181542020.420.2400.21214.2944.2162.75
Hex769ACA2A18015d62c3f
Octal16623231252300253265477
Binary111011010011010110010101010101100001010111010110101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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