#769DC8

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

Shades of Polo Blue #769DC8

Tints of Polo Blue #769DC8

Color information

#769DC8 (or 0x769DC8) is unknown color: approx Polo Blue. HEX triplet: 76, 9D and C8. RGB value is (118,157,200). Sum of RGB (Red+Green+Blue) = 118+157+200=475 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.84% from 475); Green value is 157 (61.72% from 255 or 33.05% from 475); Blue value is 200 (78.52% from 255 or 42.11% from 475); Max value from RGB is 200 - color contains mainly: blue. Hex color #769DC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DC8 is #896237. Grayscale: #969696. Windows color (decimal): -9003576 or 13147510. OLE color: 13147510.

HSL color Cylindrical-coordinate representation of color #769DC8: hue angle of 211.46º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #769DC8 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB118157200-
CMYK0.410.2200.22
HSL211.46º42.71%62.35%-
HSV(B)211.46º41%78.43%-
XYZ29.9532.1459.27-
YUV150.24156.08105-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.84%
GREEN value IS 157 (61.72% from 255) = 33.05%
BLUE value IS 200 (78.52% from 255) = 42.11%
R=24.84%
G=33.05%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1181572000.410.2200.22211.4642.7162.35
Hex769DC82916016d32b3e
Octal16623531051260263235376
Binary111011010011101110010001010011011001011011010011101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,157,200); }

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

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

 a { background-color: rgb(118,157,200); }

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

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

 span { border-color: rgb(118,157,200); }

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