#84A1BD

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

Shades of Polo Blue #84A1BD

Tints of Polo Blue #84A1BD

Color information

#84A1BD (or 0x84A1BD) is unknown color: approx Polo Blue. HEX triplet: 84, A1 and BD. RGB value is (132,161,189). Sum of RGB (Red+Green+Blue) = 132+161+189=482 (63% of max value = 765). Red value is 132 (51.95% from 255 or 27.39% from 482); Green value is 161 (63.28% from 255 or 33.40% from 482); Blue value is 189 (74.22% from 255 or 39.21% from 482); Max value from RGB is 189 - color contains mainly: blue. Hex color #84A1BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1BD is #7B5E42. Grayscale: #9B9B9B. Windows color (decimal): -8085059 or 12427652. OLE color: 12427652.

HSL color Cylindrical-coordinate representation of color #84A1BD: hue angle of 209.47º degrees, saturation: 0.3, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #84A1BD is Cyan = 0.30, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB132161189-
CMYK0.300.1500.26
HSL209.47º30.16%62.94%-
HSV(B)209.47º30.16%74.12%-
XYZ31.4534.0753.06-
YUV155.52146.89111.22-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 27.39%
GREEN value IS 161 (63.28% from 255) = 33.40%
BLUE value IS 189 (74.22% from 255) = 39.21%
R=27.39%
G=33.40%
B=39.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1321611890.300.1500.26209.4730.1662.94
Hex84A1BD1EF01Ad11e3f
Octal20424127536170323213677
Binary1000010010100001101111011111011110110101101000111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,161,189); }

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

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

 a { background-color: rgb(132,161,189); }

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

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

 span { border-color: rgb(132,161,189); }

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