Html Css Color HEX #84A3CA Polo Blue

📋 copy color: '#84A3CA'

red 132 ◦ green 163 ◦ blue 202

#84A3CA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Polo Blue #84A3CA

Tints of Polo Blue #84A3CA

RGB

 RED value IS 132 (51.95% from 255) = 26.56%

 GREEN value IS 163 (64.06% from 255) = 32.8%

 BLUE value IS 202 (79.3% from 255) = 40.64%

R = 26.56%
G = 32.8%
B = 40.64%

CMYK

 C value IS 0.35

 M value IS 0.19

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#84A3CA (or 0x84A3CA) is known color: Polo Blue. HEX triplet: 84, A3 and CA. RGB value is (132,163,202). Sum of RGB (Red+Green+Blue) = 132+163+202=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 163 (64.06% from 255 or 32.80% from 497); Blue value is 202 (79.30% from 255 or 40.64% from 497); Max value from RGB is 202 - color contains mainly: blue. Hex color #84A3CA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3CA is #7B5C35. Grayscale: #9D9D9D. Windows color (decimal): -8084534 or 13280132. OLE color: 13280132.

HSL color Cylindrical-coordinate representation of color #84A3CA: hue angle of 213.43º degrees, saturation: 0.4, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84A3CA is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 132 163 202 -
CMYK 0.35 0.19 0 0.21
HSL 213.43º 0.4% 0.65% -
HSV(B) 213.43º 0.35% 0.79% -
XYZ 33.27 35.36 60.95 -
YUV 158.18 152.73 109.33 -
System Red Green Blue C M Y K H S L
Decimal 132 163 202 0.35 0.19 0 0.21 213.43 0.4 0.65
Hex 84 A3 CA 23 13 0 15 D5 28 41
Octal 204 243 312 43 23 0 25 325 50 101
Binary 10000100 10100011 11001010 100011 10011 0 10101 11010101 101000 1000001

Color Harmonies of #84A3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3CA

Black with #84A3CA

Text Example


Text Example

White with #84A3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,163,202); }

 H1.HeaderClassName
 {
   color: #84A3CA;
 }
 .AnyTagClassName
 {
   color: #84A3CA;
 }
</style>

background-color css

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

 a { background-color: rgb(132,163,202); }

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

border-color css

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

 span { border-color: rgb(132,163,202); }

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