Html Css Color HEX #84A3CF Polo Blue

📋 copy color: '#84A3CF'

red 132 ◦ green 163 ◦ blue 207

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

Shades of Polo Blue #84A3CF

Tints of Polo Blue #84A3CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 41.24%

R = 26.29%
G = 32.47%
B = 41.24%

CMYK

 C value IS 0.36

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84A3CF (or 0x84A3CF) is known color: Polo Blue. HEX triplet: 84, A3 and CF. RGB value is (132,163,207). Sum of RGB (Red+Green+Blue) = 132+163+207=502 (66% of max value = 765). Red value is 132 (51.95% from 255 or 26.29% from 502); Green value is 163 (64.06% from 255 or 32.47% from 502); Blue value is 207 (81.25% from 255 or 41.24% from 502); Max value from RGB is 207 - color contains mainly: blue. Hex color #84A3CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A3CF is #7B5C30. Grayscale: #9E9E9E. Windows color (decimal): -8084529 or 13607812. OLE color: 13607812.

HSL color Cylindrical-coordinate representation of color #84A3CF: hue angle of 215.2º degrees, saturation: 0.44, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #84A3CF is Cyan = 0.36, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 163 207 -
CMYK 0.36 0.21 0 0.19
HSL 215.2º 0.44% 0.66% -
HSV(B) 215.2º 0.36% 0.81% -
XYZ 33.88 35.6 64.12 -
YUV 158.75 155.23 108.92 -
System Red Green Blue C M Y K H S L
Decimal 132 163 207 0.36 0.21 0 0.19 215.2 0.44 0.66
Hex 84 A3 CF 24 15 0 13 D7 2C 42
Octal 204 243 317 44 25 0 23 327 54 102
Binary 10000100 10100011 11001111 100100 10101 0 10011 11010111 101100 1000010

Color Harmonies of #84A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A3CF

Black with #84A3CF

Text Example


Text Example

White with #84A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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