#769CC8

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

Shades of Polo Blue #769CC8

Tints of Polo Blue #769CC8

Color information

#769CC8 (or 0x769CC8) is unknown color: approx Polo Blue. HEX triplet: 76, 9C and C8. RGB value is (118,156,200). Sum of RGB (Red+Green+Blue) = 118+156+200=474 (62% of max value = 765). Red value is 118 (46.48% from 255 or 24.89% from 474); Green value is 156 (61.33% from 255 or 32.91% from 474); Blue value is 200 (78.52% from 255 or 42.19% from 474); Max value from RGB is 200 - color contains mainly: blue. Hex color #769CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769CC8 is #896337. Grayscale: #959595. Windows color (decimal): -9003832 or 13147254. OLE color: 13147254.

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

Color convert

RGB118156200-
CMYK0.410.2200.22
HSL212.2º42.71%62.35%-
HSV(B)212.2º41%78.43%-
XYZ29.7931.859.21-
YUV149.65156.41105.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.89%
GREEN value IS 156 (61.33% from 255) = 32.91%
BLUE value IS 200 (78.52% from 255) = 42.19%
R=24.89%
G=32.91%
B=42.19%

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
Decimal1181562000.410.2200.22212.242.7162.35
Hex769CC82916016d42b3e
Octal16623431051260263245376
Binary111011010011100110010001010011011001011011010100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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