#84A0CB

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

Shades of Polo Blue #84A0CB

Tints of Polo Blue #84A0CB

Color information

#84A0CB (or 0x84A0CB) is unknown color: approx Polo Blue. HEX triplet: 84, A0 and CB. RGB value is (132,160,203). Sum of RGB (Red+Green+Blue) = 132+160+203=495 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.67% from 495); Green value is 160 (62.89% from 255 or 32.32% from 495); Blue value is 203 (79.69% from 255 or 41.01% from 495); Max value from RGB is 203 - color contains mainly: blue. Hex color #84A0CB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0CB is #7B5F34. Grayscale: #9C9C9C. Windows color (decimal): -8085301 or 13344900. OLE color: 13344900.

HSL color Cylindrical-coordinate representation of color #84A0CB: hue angle of 216.34º 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 #84A0CB is Cyan = 0.35, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB132160203-
CMYK0.350.2100.20
HSL216.34º40.57%65.69%-
HSV(B)216.34º34.98%79.61%-
XYZ32.8734.3661.4-
YUV156.53154.22110.5-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 26.67%
GREEN value IS 160 (62.89% from 255) = 32.32%
BLUE value IS 203 (79.69% from 255) = 41.01%
R=26.67%
G=32.32%
B=41.01%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1321602030.350.2100.20216.3440.5765.69
Hex84A0CB2315014d82942
Octal204240313432502433051102
Binary10000100101000001100101110001110101010100110110001010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84A0CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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