#84A7CB

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

Shades of Polo Blue #84A7CB

Tints of Polo Blue #84A7CB

Color information

#84A7CB (or 0x84A7CB) is unknown color: approx Polo Blue. HEX triplet: 84, A7 and CB. RGB value is (132,167,203). Sum of RGB (Red+Green+Blue) = 132+167+203=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 167 (65.62% from 255 or 33.27% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 203 - color contains mainly: blue. Hex color #84A7CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7CB is #7B5834. Grayscale: #A0A0A0. Windows color (decimal): -8083509 or 13346692. OLE color: 13346692.

HSL color Cylindrical-coordinate representation of color #84A7CB: hue angle of 210.42º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84A7CB is Cyan = 0.35, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132167203-
CMYK0.350.1800.20
HSL210.42º40.57%65.69%-
HSV(B)210.42º34.98%79.61%-
XYZ34.1136.8561.82-
YUV160.64151.9107.57-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.29%
GREEN value IS 167 (65.62% from 255) = 33.27%
BLUE value IS 203 (79.69% from 255) = 40.44%
R=26.29%
G=33.27%
B=40.44%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321672030.350.1800.20210.4240.5765.69
Hex84A7CB2312014d22942
Octal204247313432202432251102
Binary10000100101001111100101110001110010010100110100101010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A7CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,167,203); }

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

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

 a { background-color: rgb(132,167,203); }

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

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

 span { border-color: rgb(132,167,203); }

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