#7FA8CD

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

Shades of Polo Blue #7FA8CD

Tints of Polo Blue #7FA8CD

Color information

#7FA8CD (or 0x7FA8CD) is unknown color: approx Polo Blue. HEX triplet: 7F, A8 and CD. RGB value is (127,168,205). Sum of RGB (Red+Green+Blue) = 127+168+205=500 (66% of max value = 765). Red value is 127 (50% from 255 or 25.4% from 500); Green value is 168 (66.02% from 255 or 33.6% from 500); Blue value is 205 (80.47% from 255 or 41% from 500); Max value from RGB is 205 - color contains mainly: blue. Hex color #7FA8CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8CD is #805732. Grayscale: #9F9F9F. Windows color (decimal): -8410931 or 13478015. OLE color: 13478015.

HSL color Cylindrical-coordinate representation of color #7FA8CD: hue angle of 208.46º degrees, saturation: 0.44, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7FA8CD is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB127168205-
CMYK0.380.1800.20
HSL208.46º43.82%65.1%-
HSV(B)208.46º38.05%80.39%-
XYZ33.7736.9363.1-
YUV159.96153.42104.49-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.4%
GREEN value IS 168 (66.02% from 255) = 33.6%
BLUE value IS 205 (80.47% from 255) = 41%
R=25.4%
G=33.6%
B=41%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1271682050.380.1800.20208.4643.8265.1
Hex7FA8CD2612014d02c41
Octal177250315462202432054101
Binary1111111101010001100110110011010010010100110100001011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,168,205); }

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

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

 a { background-color: rgb(127,168,205); }

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

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

 span { border-color: rgb(127,168,205); }

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