#84A4BF

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

Shades of Polo Blue #84A4BF

Tints of Polo Blue #84A4BF

Color information

#84A4BF (or 0x84A4BF) is unknown color: approx Polo Blue. HEX triplet: 84, A4 and BF. RGB value is (132,164,191). Sum of RGB (Red+Green+Blue) = 132+164+191=487 (64% of max value = 765). Red value is 132 (51.95% from 255 or 27.10% from 487); Green value is 164 (64.45% from 255 or 33.68% from 487); Blue value is 191 (75% from 255 or 39.22% from 487); Max value from RGB is 191 - color contains mainly: blue. Hex color #84A4BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A4BF is #7B5B40. Grayscale: #9D9D9D. Windows color (decimal): -8084289 or 12559492. OLE color: 12559492.

HSL color Cylindrical-coordinate representation of color #84A4BF: hue angle of 207.46º degrees, saturation: 0.32, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #84A4BF is Cyan = 0.31, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB132164191-
CMYK0.310.1400.25
HSL207.46º31.55%63.33%-
HSV(B)207.46º30.89%74.9%-
XYZ32.235.2254.39-
YUV157.51146.9109.8-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.10%
GREEN value IS 164 (64.45% from 255) = 33.68%
BLUE value IS 191 (75% from 255) = 39.22%
R=27.10%
G=33.68%
B=39.22%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1321641910.310.1400.25207.4631.5563.33
Hex84A4BF1FE019cf203f
Octal20424427737160313174077
Binary10000100101001001011111111111111001100111001111100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84A4BF; }

 p { color: rgb(132,164,191); }

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

<style>
 a { background-color: #84A4BF; }

 a { background-color: rgb(132,164,191); }

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

<style>
 span { border-color: #84A4BF; }

 span { border-color: rgb(132,164,191); }

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