Html Css Color HEX #86A3BE Polo Blue

📋 copy color: '#86A3BE'

red 134 ◦ green 163 ◦ blue 190

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

Shades of Polo Blue #86A3BE

Tints of Polo Blue #86A3BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 39.01%

R = 27.52%
G = 33.47%
B = 39.01%

CMYK

 C value IS 0.29

 M value IS 0.14

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#86A3BE (or 0x86A3BE) is known color: Polo Blue. HEX triplet: 86, A3 and BE. RGB value is (134,163,190). Sum of RGB (Red+Green+Blue) = 134+163+190=487 (64% of max value = 765). Red value is 134 (52.73% from 255 or 27.52% from 487); Green value is 163 (64.06% from 255 or 33.47% from 487); Blue value is 190 (74.61% from 255 or 39.01% from 487); Max value from RGB is 190 - color contains mainly: blue. Hex color #86A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A3BE is #795C41. Grayscale: #9D9D9D. Windows color (decimal): -7953474 or 12493702. OLE color: 12493702.

HSL color Cylindrical-coordinate representation of color #86A3BE: hue angle of 208.93º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #86A3BE is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 134 163 190 -
CMYK 0.29 0.14 0 0.25
HSL 208.93º 0.3% 0.64% -
HSV(B) 208.93º 0.29% 0.75% -
XYZ 32.22 34.98 53.77 -
YUV 157.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 134 163 190 0.29 0.14 0 0.25 208.93 0.3 0.64
Hex 86 A3 BE 1D E 0 19 D1 1E 40
Octal 206 243 276 35 16 0 31 321 36 100
Binary 10000110 10100011 10111110 11101 1110 0 11001 11010001 11110 1000000

Color Harmonies of #86A3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86A3BE

Black with #86A3BE

Text Example


Text Example

White with #86A3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,163,190); }

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

background-color css

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

 a { background-color: rgb(134,163,190); }

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

border-color css

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

 span { border-color: rgb(134,163,190); }

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