Html Css Color HEX #86A7DA Polo Blue

📋 copy color: '#86A7DA'

red 134 ◦ green 167 ◦ blue 218

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

Shades of Polo Blue #86A7DA

Tints of Polo Blue #86A7DA

RGB

 RED value IS 134 (52.73% from 255) = 25.82%

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

 BLUE value IS 218 (85.55% from 255) = 42%

R = 25.82%
G = 32.18%
B = 42%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#86A7DA (or 0x86A7DA) is known color: Polo Blue. HEX triplet: 86, A7 and DA. RGB value is (134,167,218). Sum of RGB (Red+Green+Blue) = 134+167+218=519 (68% of max value = 765). Red value is 134 (52.73% from 255 or 25.82% from 519); Green value is 167 (65.62% from 255 or 32.18% from 519); Blue value is 218 (85.55% from 255 or 42.00% from 519); Max value from RGB is 218 - color contains mainly: blue. Hex color #86A7DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A7DA is #795825. Grayscale: #A2A2A2. Windows color (decimal): -7952422 or 14329734. OLE color: 14329734.

HSL color Cylindrical-coordinate representation of color #86A7DA: hue angle of 216.43º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #86A7DA is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 134 167 218 -
CMYK 0.39 0.23 0 0.15
HSL 216.43º 0.53% 0.69% -
HSV(B) 216.43º 0.39% 0.85% -
XYZ 36.31 37.77 71.71 -
YUV 162.95 159.07 107.35 -
System Red Green Blue C M Y K H S L
Decimal 134 167 218 0.39 0.23 0 0.15 216.43 0.53 0.69
Hex 86 A7 DA 27 17 0 F D8 35 45
Octal 206 247 332 47 27 0 17 330 65 105
Binary 10000110 10100111 11011010 100111 10111 0 1111 11011000 110101 1000101

Color Harmonies of #86A7DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A7DA

Black with #86A7DA

Text Example


Text Example

White with #86A7DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86A7DA; }

 p { color: rgb(134,167,218); }

 H1.HeaderClassName
 {
   color: #86A7DA;
 }
 .AnyTagClassName
 {
   color: #86A7DA;
 }
</style>

background-color css

<style>
 a { background-color: #86A7DA; }

 a { background-color: rgb(134,167,218); }

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

border-color css

<style>
 span { border-color: #86A7DA; }

 span { border-color: rgb(134,167,218); }

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