Html Css Color HEX #84A1CC Polo Blue

📋 copy color: '#84A1CC'

red 132 ◦ green 161 ◦ blue 204

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

Shades of Polo Blue #84A1CC

Tints of Polo Blue #84A1CC

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.39%

 BLUE value IS 204 (80.08% from 255) = 41.05%

R = 26.56%
G = 32.39%
B = 41.05%

CMYK

 C value IS 0.35

 M value IS 0.21

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#84A1CC (or 0x84A1CC) is known color: Polo Blue. HEX triplet: 84, A1 and CC. RGB value is (132,161,204). Sum of RGB (Red+Green+Blue) = 132+161+204=497 (65% of max value = 765). Red value is 132 (51.95% from 255 or 26.56% from 497); Green value is 161 (63.28% from 255 or 32.39% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 204 - color contains mainly: blue. Hex color #84A1CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A1CC is #7B5E33. Grayscale: #9D9D9D. Windows color (decimal): -8085044 or 13410692. OLE color: 13410692.

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

Color convert

RGB 132 161 204 -
CMYK 0.35 0.21 0 0.2
HSL 215.83º 0.41% 0.66% -
HSV(B) 215.83º 0.35% 0.8% -
XYZ 33.16 34.75 62.09 -
YUV 157.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 132 161 204 0.35 0.21 0 0.2 215.83 0.41 0.66
Hex 84 A1 CC 23 15 0 14 D8 29 42
Octal 204 241 314 43 25 0 24 330 51 102
Binary 10000100 10100001 11001100 100011 10101 0 10100 11011000 101001 1000010

Color Harmonies of #84A1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A1CC

Black with #84A1CC

Text Example


Text Example

White with #84A1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,161,204); }

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

background-color css

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

 a { background-color: rgb(132,161,204); }

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

border-color css

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

 span { border-color: rgb(132,161,204); }

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