Html Css Color HEX #84A6C4 Polo Blue

📋 copy color: '#84A6C4'

red 132 ◦ green 166 ◦ blue 196

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

Shades of Polo Blue #84A6C4

Tints of Polo Blue #84A6C4

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.6%

 BLUE value IS 196 (76.95% from 255) = 39.68%

R = 26.72%
G = 33.6%
B = 39.68%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#84A6C4 (or 0x84A6C4) is known color: Polo Blue. HEX triplet: 84, A6 and C4. RGB value is (132,166,196). Sum of RGB (Red+Green+Blue) = 132+166+196=494 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.72% from 494); Green value is 166 (65.23% from 255 or 33.60% from 494); Blue value is 196 (76.95% from 255 or 39.68% from 494); Max value from RGB is 196 - color contains mainly: blue. Hex color #84A6C4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A6C4 is #7B593B. Grayscale: #9F9F9F. Windows color (decimal): -8083772 or 12887684. OLE color: 12887684.

HSL color Cylindrical-coordinate representation of color #84A6C4: hue angle of 208.12º degrees, saturation: 0.35, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #84A6C4 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 132 166 196 -
CMYK 0.33 0.15 0 0.23
HSL 208.13º 0.35% 0.64% -
HSV(B) 208.13º 0.33% 0.77% -
XYZ 33.12 36.16 57.46 -
YUV 159.25 148.74 108.56 -
System Red Green Blue C M Y K H S L
Decimal 132 166 196 0.33 0.15 0 0.23 208.13 0.35 0.64
Hex 84 A6 C4 21 F 0 17 D0 23 40
Octal 204 246 304 41 17 0 27 320 43 100
Binary 10000100 10100110 11000100 100001 1111 0 10111 11010000 100011 1000000

Color Harmonies of #84A6C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A6C4

Black with #84A6C4

Text Example


Text Example

White with #84A6C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,166,196); }

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

background-color css

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

 a { background-color: rgb(132,166,196); }

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

border-color css

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

 span { border-color: rgb(132,166,196); }

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