#769FC5

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

Shades of Polo Blue #769FC5

Tints of Polo Blue #769FC5

Color information

#769FC5 (or 0x769FC5) is unknown color: approx Polo Blue. HEX triplet: 76, 9F and C5. RGB value is (118,159,197). Sum of RGB (Red+Green+Blue) = 118+159+197=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 159 (62.5% from 255 or 33.54% from 474); Blue value is 197 (77.34% from 255 or 41.56% from 474); Max value from RGB is 197 - color contains mainly: blue. Hex color #769FC5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769FC5 is #89603A. Grayscale: #969696. Windows color (decimal): -9003067 or 12951414. OLE color: 12951414.

HSL color Cylindrical-coordinate representation of color #769FC5: hue angle of 208.86º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #769FC5 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB118159197-
CMYK0.400.1900.23
HSL208.86º40.51%61.76%-
HSV(B)208.86º40.1%77.25%-
XYZ29.9532.6857.55-
YUV151.07153.92104.41-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 159 (62.5% from 255) = 33.54%
BLUE value IS 197 (77.34% from 255) = 41.56%
R=24.89%
G=33.54%
B=41.56%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181591970.400.1900.23208.8640.5161.76
Hex769FC52813017d1293e
Octal16623730550230273215176
Binary111011010011111110001011010001001101011111010001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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