#84A2D9

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

Shades of Polo Blue #84A2D9

Tints of Polo Blue #84A2D9

Color information

#84A2D9 (or 0x84A2D9) is unknown color: approx Polo Blue. HEX triplet: 84, A2 and D9. RGB value is (132,162,217). Sum of RGB (Red+Green+Blue) = 132+162+217=511 (67% of max value = 765). Red value is 132 (51.95% from 255 or 25.83% from 511); Green value is 162 (63.67% from 255 or 31.70% from 511); Blue value is 217 (85.16% from 255 or 42.47% from 511); Max value from RGB is 217 - color contains mainly: blue. Hex color #84A2D9 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A2D9 is #7B5D26. Grayscale: #9F9F9F. Windows color (decimal): -8084775 or 14262916. OLE color: 14262916.

HSL color Cylindrical-coordinate representation of color #84A2D9: hue angle of 218.82º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #84A2D9 is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB132162217-
CMYK0.390.2500.15
HSL218.82º52.8%68.43%-
HSV(B)218.82º39.17%85.1%-
XYZ34.9635.7670.7-
YUV159.3160.56108.53-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.83%
GREEN value IS 162 (63.67% from 255) = 31.70%
BLUE value IS 217 (85.16% from 255) = 42.47%
R=25.83%
G=31.70%
B=42.47%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1321622170.390.2500.15218.8252.868.43
Hex84A2D927190Fdb3544
Octal204242331473101733365104
Binary1000010010100010110110011001111100101111110110111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,162,217); }

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

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

 a { background-color: rgb(132,162,217); }

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

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

 span { border-color: rgb(132,162,217); }

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