#769DCD

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

Shades of Polo Blue #769DCD

Tints of Polo Blue #769DCD

Color information

#769DCD (or 0x769DCD) is unknown color: approx Polo Blue. HEX triplet: 76, 9D and CD. RGB value is (118,157,205). Sum of RGB (Red+Green+Blue) = 118+157+205=480 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.58% from 480); Green value is 157 (61.72% from 255 or 32.71% from 480); Blue value is 205 (80.47% from 255 or 42.71% from 480); Max value from RGB is 205 - color contains mainly: blue. Hex color #769DCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #769DCD is #896232. Grayscale: #969696. Windows color (decimal): -9003571 or 13475190. OLE color: 13475190.

HSL color Cylindrical-coordinate representation of color #769DCD: hue angle of 213.1º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #769DCD is Cyan = 0.42, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB118157205-
CMYK0.420.2300.20
HSL213.1º46.52%63.33%-
HSV(B)213.1º42.44%80.39%-
XYZ30.5532.3762.4-
YUV150.81158.58104.6-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.58%
GREEN value IS 157 (61.72% from 255) = 32.71%
BLUE value IS 205 (80.47% from 255) = 42.71%
R=24.58%
G=32.71%
B=42.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1181572050.420.2300.20213.146.5263.33
Hex769DCD2A17014d52f3f
Octal16623531552270243255777
Binary111011010011101110011011010101011101010011010101101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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