#7F9DCA

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

Shades of Polo Blue #7F9DCA

Tints of Polo Blue #7F9DCA

Color information

#7F9DCA (or 0x7F9DCA) is unknown color: approx Polo Blue. HEX triplet: 7F, 9D and CA. RGB value is (127,157,202). Sum of RGB (Red+Green+Blue) = 127+157+202=486 (64% of max value = 765). Red value is 127 (50% from 255 or 26.13% from 486); Green value is 157 (61.72% from 255 or 32.30% from 486); Blue value is 202 (79.30% from 255 or 41.56% from 486); Max value from RGB is 202 - color contains mainly: blue. Hex color #7F9DCA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9DCA is #806235. Grayscale: #989898. Windows color (decimal): -8413750 or 13278591. OLE color: 13278591.

HSL color Cylindrical-coordinate representation of color #7F9DCA: hue angle of 216º 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 #7F9DCA is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB127157202-
CMYK0.370.2200.21
HSL216º41.44%64.51%-
HSV(B)216º37.13%79.22%-
XYZ31.4732.8960.57-
YUV153.16155.56109.34-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.13%
GREEN value IS 157 (61.72% from 255) = 32.30%
BLUE value IS 202 (79.30% from 255) = 41.56%
R=26.13%
G=32.30%
B=41.56%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1271572020.370.2200.2121641.4464.51
Hex7F9DCA2516015d82941
Octal177235312452602533051101
Binary1111111100111011100101010010110110010101110110001010011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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