#86A2B7

Color #86A2B7 Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #86A2B7

Tints of Nepal #86A2B7

Color information

#86A2B7 (or 0x86A2B7) is unknown color: approx Nepal. HEX triplet: 86, A2 and B7. RGB value is (134,162,183). Sum of RGB (Red+Green+Blue) = 134+162+183=479 (63% of max value = 765). Red value is 134 (52.73% from 255 or 27.97% from 479); Green value is 162 (63.67% from 255 or 33.82% from 479); Blue value is 183 (71.88% from 255 or 38.20% from 479); Max value from RGB is 183 - color contains mainly: blue. Hex color #86A2B7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #86A2B7 is #795D48. Grayscale: #9B9B9B. Windows color (decimal): -7953737 or 12034694. OLE color: 12034694.

HSL color Cylindrical-coordinate representation of color #86A2B7: hue angle of 205.71º degrees, saturation: 0.25, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #86A2B7 is Cyan = 0.27, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB134162183-
CMYK0.270.1100.28
HSL205.71º25.39%62.16%-
HSV(B)205.71º26.78%71.76%-
XYZ31.334.3349.78-
YUV156.02143.22112.29-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 27.97%
GREEN value IS 162 (63.67% from 255) = 33.82%
BLUE value IS 183 (71.88% from 255) = 38.20%
R=27.97%
G=33.82%
B=38.20%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1341621830.270.1100.28205.7125.3962.16
Hex86A2B71BB01Cce193e
Octal20624226733130343163176
Binary1000011010100010101101111101110110111001100111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A2B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,162,183); }

 H1.HeaderClassName
 {
   color: #86A2B7;
 }
 .AnyTagClassName
 {
   color: #86A2B7;
 }
</style>
background-color css

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

 a { background-color: rgb(134,162,183); }

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

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

 span { border-color: rgb(134,162,183); }

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