Html Css Color HEX #84A0D5 Polo Blue

📋 copy color: '#84A0D5'

red 132 ◦ green 160 ◦ blue 213

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

Shades of Polo Blue #84A0D5

Tints of Polo Blue #84A0D5

RGB

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

 GREEN value IS 160 (62.89% from 255) = 31.68%

 BLUE value IS 213 (83.59% from 255) = 42.18%

R = 26.14%
G = 31.68%
B = 42.18%

CMYK

 C value IS 0.38

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#84A0D5 (or 0x84A0D5) is known color: Polo Blue. HEX triplet: 84, A0 and D5. RGB value is (132,160,213). Sum of RGB (Red+Green+Blue) = 132+160+213=505 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.14% from 505); Green value is 160 (62.89% from 255 or 31.68% from 505); Blue value is 213 (83.59% from 255 or 42.18% from 505); Max value from RGB is 213 - color contains mainly: blue. Hex color #84A0D5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A0D5 is #7B5F2A. Grayscale: #9D9D9D. Windows color (decimal): -8085291 or 14000260. OLE color: 14000260.

HSL color Cylindrical-coordinate representation of color #84A0D5: hue angle of 219.26º degrees, saturation: 0.49, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #84A0D5 is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 160 213 -
CMYK 0.38 0.25 0 0.16
HSL 219.26º 0.49% 0.68% -
HSV(B) 219.26º 0.38% 0.84% -
XYZ 34.1 34.85 67.88 -
YUV 157.67 159.22 109.69 -
System Red Green Blue C M Y K H S L
Decimal 132 160 213 0.38 0.25 0 0.16 219.26 0.49 0.68
Hex 84 A0 D5 26 19 0 10 DB 31 44
Octal 204 240 325 46 31 0 20 333 61 104
Binary 10000100 10100000 11010101 100110 11001 0 10000 11011011 110001 1000100

Color Harmonies of #84A0D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A0D5

Black with #84A0D5

Text Example


Text Example

White with #84A0D5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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