#7FA8CC

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

Shades of Polo Blue #7FA8CC

Tints of Polo Blue #7FA8CC

Color information

#7FA8CC (or 0x7FA8CC) is unknown color: approx Polo Blue. HEX triplet: 7F, A8 and CC. RGB value is (127,168,204). Sum of RGB (Red+Green+Blue) = 127+168+204=499 (66% of max value = 765). Red value is 127 (50% from 255 or 25.45% from 499); Green value is 168 (66.02% from 255 or 33.67% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #7FA8CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7FA8CC is #805733. Grayscale: #9F9F9F. Windows color (decimal): -8410932 or 13412479. OLE color: 13412479.

HSL color Cylindrical-coordinate representation of color #7FA8CC: hue angle of 208.05º degrees, saturation: 0.43, 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 #7FA8CC is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB127168204-
CMYK0.380.1800.2
HSL208.05º43.02%64.9%-
HSV(B)208.05º37.75%80%-
XYZ33.6536.8862.47-
YUV159.84152.92104.57-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25.45%
GREEN value IS 168 (66.02% from 255) = 33.67%
BLUE value IS 204 (80.08% from 255) = 40.88%
R=25.45%
G=33.67%
B=40.88%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1271682040.380.1800.2208.0543.0264.9
Hex7FA8CC2612014d02b41
Octal177250314462202432053101
Binary1111111101010001100110010011010010010100110100001010111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FA8CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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