#79A7CD

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

Shades of Polo Blue #79A7CD

Tints of Polo Blue #79A7CD

Color information

#79A7CD (or 0x79A7CD) is unknown color: approx Polo Blue. HEX triplet: 79, A7 and CD. RGB value is (121,167,205). Sum of RGB (Red+Green+Blue) = 121+167+205=493 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.54% from 493); Green value is 167 (65.62% from 255 or 33.87% from 493); Blue value is 205 (80.47% from 255 or 41.58% from 493); Max value from RGB is 205 - color contains mainly: blue. Hex color #79A7CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79A7CD is #865832. Grayscale: #9D9D9D. Windows color (decimal): -8804403 or 13477753. OLE color: 13477753.

HSL color Cylindrical-coordinate representation of color #79A7CD: hue angle of 207.14º 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 #79A7CD is Cyan = 0.41, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB121167205-
CMYK0.410.1900.20
HSL207.14º45.65%63.92%-
HSV(B)207.14º40.98%80.39%-
XYZ32.7236.1163-
YUV157.58154.76101.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 24.54%
GREEN value IS 167 (65.62% from 255) = 33.87%
BLUE value IS 205 (80.47% from 255) = 41.58%
R=24.54%
G=33.87%
B=41.58%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1211672050.410.1900.20207.1445.6563.92
Hex79A7CD2913014cf2e40
Octal171247315512302431756100
Binary1111001101001111100110110100110011010100110011111011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79A7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79A7CD; }

 p { color: rgb(121,167,205); }

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

<style>
 a { background-color: #79A7CD; }

 a { background-color: rgb(121,167,205); }

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

<style>
 span { border-color: #79A7CD; }

 span { border-color: rgb(121,167,205); }

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