#7a9fce

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

Shades of Polo Blue #7A9FCE

Tints of Polo Blue #7A9FCE

Color information

#7A9FCE (or 0x7A9FCE) is unknown color: approx Polo Blue. HEX triplet: 7A, 9F and CE. RGB value is (122,159,206). Sum of RGB (Red+Green+Blue) = 122+159+206=487 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.05% from 487); Green value is 159 (62.5% from 255 or 32.65% from 487); Blue value is 206 (80.86% from 255 or 42.30% from 487); Max value from RGB is 206 - color contains mainly: blue. Hex color #7A9FCE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7A9FCE is #856031. Grayscale: #999999. Windows color (decimal): -8740914 or 13541242. OLE color: 13541242.

HSL color Cylindrical-coordinate representation of color #7A9FCE: hue angle of 213.57º degrees, saturation: 0.46, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7A9FCE is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB122159206-
CMYK0.410.2300.19
HSL213.57º46.15%64.31%-
HSV(B)213.57º40.78%80.78%-
XYZ31.5633.3963.17-
YUV153.3157.74105.68-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 25.05%
GREEN value IS 159 (62.5% from 255) = 32.65%
BLUE value IS 206 (80.86% from 255) = 42.30%
R=25.05%
G=32.65%
B=42.30%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1221592060.410.2300.19213.5746.1564.31
Hex7A9FCE2917013d62e40
Octal172237316512702332656100
Binary1111010100111111100111010100110111010011110101101011101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7a9fce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7a9fce; }

 p { color: rgb(122,159,206); }

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

<style>
 a { background-color: #7a9fce; }

 a { background-color: rgb(122,159,206); }

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

<style>
 span { border-color: #7a9fce; }

 span { border-color: rgb(122,159,206); }

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