#7F9CCA

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

Shades of Polo Blue #7F9CCA

Tints of Polo Blue #7F9CCA

Color information

#7F9CCA (or 0x7F9CCA) is unknown color: approx Polo Blue. HEX triplet: 7F, 9C and CA. RGB value is (127,156,202). Sum of RGB (Red+Green+Blue) = 127+156+202=485 (64% of max value = 765). Red value is 127 (50% from 255 or 26.19% from 485); Green value is 156 (61.33% from 255 or 32.16% from 485); Blue value is 202 (79.30% from 255 or 41.65% from 485); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F9CCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9CCA is #806335. Grayscale: #989898. Windows color (decimal): -8414006 or 13278335. OLE color: 13278335.

HSL color Cylindrical-coordinate representation of color #7F9CCA: hue angle of 216.8º degrees, saturation: 0.41, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F9CCA is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127156202-
CMYK0.370.2300.21
HSL216.8º41.44%64.51%-
HSV(B)216.8º37.13%79.22%-
XYZ31.332.5560.51-
YUV152.57155.89109.76-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.19%
GREEN value IS 156 (61.33% from 255) = 32.16%
BLUE value IS 202 (79.30% from 255) = 41.65%
R=26.19%
G=32.16%
B=41.65%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271562020.370.2300.21216.841.4464.51
Hex7F9CCA2517015d92941
Octal177234312452702533151101
Binary1111111100111001100101010010110111010101110110011010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,156,202); }

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

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

 a { background-color: rgb(127,156,202); }

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

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

 span { border-color: rgb(127,156,202); }

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