#7E9FBF

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

Shades of Polo Blue #7E9FBF

Tints of Polo Blue #7E9FBF

Color information

#7E9FBF (or 0x7E9FBF) is unknown color: approx Polo Blue. HEX triplet: 7E, 9F and BF. RGB value is (126,159,191). Sum of RGB (Red+Green+Blue) = 126+159+191=476 (63% of max value = 765). Red value is 126 (49.61% from 255 or 26.47% from 476); Green value is 159 (62.5% from 255 or 33.40% from 476); Blue value is 191 (75% from 255 or 40.13% from 476); Max value from RGB is 191 - color contains mainly: blue. Hex color #7E9FBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7E9FBF is #816040. Grayscale: #989898. Windows color (decimal): -8478785 or 12558206. OLE color: 12558206.

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

Color convert

RGB126159191-
CMYK0.340.1700.25
HSL209.54º33.68%62.16%-
HSV(B)209.54º34.03%74.9%-
XYZ30.4132.9954.06-
YUV152.78149.57108.9-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 26.47%
GREEN value IS 159 (62.5% from 255) = 33.40%
BLUE value IS 191 (75% from 255) = 40.13%
R=26.47%
G=33.40%
B=40.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1261591910.340.1700.25209.5433.6862.16
Hex7E9FBF2211019d2223e
Octal17623727742210313224276
Binary111111010011111101111111000101000101100111010010100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E9FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,159,191); }

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

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

 a { background-color: rgb(126,159,191); }

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

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

 span { border-color: rgb(126,159,191); }

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