#78A3CD

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

Shades of Polo Blue #78A3CD

Tints of Polo Blue #78A3CD

Color information

#78A3CD (or 0x78A3CD) is unknown color: approx Polo Blue. HEX triplet: 78, A3 and CD. RGB value is (120,163,205). Sum of RGB (Red+Green+Blue) = 120+163+205=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 163 (64.06% from 255 or 33.40% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #78A3CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3CD is #875C32. Grayscale: #9A9A9A. Windows color (decimal): -8870963 or 13476728. OLE color: 13476728.

HSL color Cylindrical-coordinate representation of color #78A3CD: hue angle of 209.65º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #78A3CD is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120163205-
CMYK0.410.2000.20
HSL209.65º45.95%63.73%-
HSV(B)209.65º41.46%80.39%-
XYZ31.8634.662.76-
YUV154.93156.25103.08-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.59%
GREEN value IS 163 (64.06% from 255) = 33.40%
BLUE value IS 205 (80.47% from 255) = 42.01%
R=24.59%
G=33.40%
B=42.01%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201632050.410.2000.20209.6545.9563.73
Hex78A3CD2914014d22e40
Octal170243315512402432256100
Binary1111000101000111100110110100110100010100110100101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78A3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78A3CD; }

 p { color: rgb(120,163,205); }

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

<style>
 a { background-color: #78A3CD; }

 a { background-color: rgb(120,163,205); }

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

<style>
 span { border-color: #78A3CD; }

 span { border-color: rgb(120,163,205); }

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