#7F9FBE

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

Shades of Polo Blue #7F9FBE

Tints of Polo Blue #7F9FBE

Color information

#7F9FBE (or 0x7F9FBE) is unknown color: approx Polo Blue. HEX triplet: 7F, 9F and BE. RGB value is (127,159,190). Sum of RGB (Red+Green+Blue) = 127+159+190=476 (63% of max value = 765). Red value is 127 (50% from 255 or 26.68% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 190 (74.61% from 255 or 39.92% from 476); Max value from RGB is 190 - color contains mainly: blue. Hex color #7F9FBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7F9FBE is #806041. Grayscale: #989898. Windows color (decimal): -8413250 or 12492671. OLE color: 12492671.

HSL color Cylindrical-coordinate representation of color #7F9FBE: hue angle of 209.52º degrees, saturation: 0.33, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F9FBE is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB127159190-
CMYK0.330.1600.25
HSL209.52º32.64%62.16%-
HSV(B)209.52º33.16%74.51%-
XYZ30.4433.0353.49-
YUV152.97148.9109.48-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 26.68%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 190 (74.61% from 255) = 39.92%
R=26.68%
G=33.40%
B=39.92%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1271591900.330.1600.25209.5232.6462.16
Hex7F9FBE2110019d2213e
Octal17723727641200313224176
Binary111111110011111101111101000011000001100111010010100001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F9FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,159,190); }

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

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

 a { background-color: rgb(127,159,190); }

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

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

 span { border-color: rgb(127,159,190); }

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