Html Css Color HEX #84A3CC Polo Blue

📋 copy color: '#84A3CC'

red 132 ◦ green 163 ◦ blue 204

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

Shades of Polo Blue #84A3CC

Tints of Polo Blue #84A3CC

RGB

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

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

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

R = 26.45%
G = 32.67%
B = 40.88%

CMYK

 C value IS 0.35

 M value IS 0.20

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#84A3CC (or 0x84A3CC) is known color: Polo Blue. HEX triplet: 84, A3 and CC. RGB value is (132,163,204). Sum of RGB (Red+Green+Blue) = 132+163+204=499 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.45% from 499); Green value is 163 (64.06% from 255 or 32.67% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 204 - color contains mainly: blue. Hex color #84A3CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3CC is #7B5C33. Grayscale: #9E9E9E. Windows color (decimal): -8084532 or 13411204. OLE color: 13411204.

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

Color convert

RGB 132 163 204 -
CMYK 0.35 0.20 0 0.2
HSL 214.17º 0.41% 0.66% -
HSV(B) 214.17º 0.35% 0.8% -
XYZ 33.51 35.46 62.2 -
YUV 158.41 153.73 109.17 -
System Red Green Blue C M Y K H S L
Decimal 132 163 204 0.35 0.20 0 0.2 214.17 0.41 0.66
Hex 84 A3 CC 23 14 0 14 D6 29 42
Octal 204 243 314 43 24 0 24 326 51 102
Binary 10000100 10100011 11001100 100011 10100 0 10100 11010110 101001 1000010

Color Harmonies of #84A3CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3CC

Black with #84A3CC

Text Example


Text Example

White with #84A3CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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