Html Css Color HEX #84A7CF Polo Blue

📋 copy color: '#84A7CF'

red 132 ◦ green 167 ◦ blue 207

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

Shades of Polo Blue #84A7CF

Tints of Polo Blue #84A7CF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 33%

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

R = 26.09%
G = 33%
B = 40.91%

CMYK

 C value IS 0.36

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#84A7CF (or 0x84A7CF) is known color: Polo Blue. HEX triplet: 84, A7 and CF. RGB value is (132,167,207). Sum of RGB (Red+Green+Blue) = 132+167+207=506 (67% of max value = 765). Red value is 132 (51.95% from 255 or 26.09% from 506); Green value is 167 (65.62% from 255 or 33.00% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #84A7CF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #84A7CF is #7B5830. Grayscale: #A0A0A0. Windows color (decimal): -8083505 or 13608836. OLE color: 13608836.

HSL color Cylindrical-coordinate representation of color #84A7CF: hue angle of 212º 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 #84A7CF is Cyan = 0.36, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 132 167 207 -
CMYK 0.36 0.19 0 0.19
HSL 212º 0.44% 0.66% -
HSV(B) 212º 0.36% 0.81% -
XYZ 34.6 37.05 64.36 -
YUV 161.1 153.9 107.25 -
System Red Green Blue C M Y K H S L
Decimal 132 167 207 0.36 0.19 0 0.19 212 0.44 0.66
Hex 84 A7 CF 24 13 0 13 D4 2C 42
Octal 204 247 317 44 23 0 23 324 54 102
Binary 10000100 10100111 11001111 100100 10011 0 10011 11010100 101100 1000010

Color Harmonies of #84A7CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #84A7CF

Black with #84A7CF

Text Example


Text Example

White with #84A7CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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