Html Css Color HEX #87A1B6 Nepal

📋 copy color: '#87A1B6'

red 135 ◦ green 161 ◦ blue 182

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

Shades of Nepal #87A1B6

Tints of Nepal #87A1B6

RGB

 RED value IS 135 (53.13% from 255) = 28.24%

 GREEN value IS 161 (63.28% from 255) = 33.68%

 BLUE value IS 182 (71.48% from 255) = 38.08%

R = 28.24%
G = 33.68%
B = 38.08%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#87A1B6 (or 0x87A1B6) is known color: Nepal. HEX triplet: 87, A1 and B6. RGB value is (135,161,182). Sum of RGB (Red+Green+Blue) = 135+161+182=478 (63% of max value = 765). Red value is 135 (53.12% from 255 or 28.24% from 478); Green value is 161 (63.28% from 255 or 33.68% from 478); Blue value is 182 (71.48% from 255 or 38.08% from 478); Max value from RGB is 182 - color contains mainly: blue. Hex color #87A1B6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A1B6 is #785E49. Grayscale: #9B9B9B. Windows color (decimal): -7888458 or 11968903. OLE color: 11968903.

HSL color Cylindrical-coordinate representation of color #87A1B6: hue angle of 206.81º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #87A1B6 is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 135 161 182 -
CMYK 0.26 0.12 0 0.29
HSL 206.81º 0.24% 0.62% -
HSV(B) 206.81º 0.26% 0.71% -
XYZ 31.18 34.02 49.18 -
YUV 155.62 142.89 113.29 -
System Red Green Blue C M Y K H S L
Decimal 135 161 182 0.26 0.12 0 0.29 206.81 0.24 0.62
Hex 87 A1 B6 1A C 0 1D CF 18 3E
Octal 207 241 266 32 14 0 35 317 30 76
Binary 10000111 10100001 10110110 11010 1100 0 11101 11001111 11000 111110

Color Harmonies of #87A1B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A1B6

Black with #87A1B6

Text Example


Text Example

White with #87A1B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #87A1B6; }

 p { color: rgb(135,161,182); }

 H1.HeaderClassName
 {
   color: #87A1B6;
 }
 .AnyTagClassName
 {
   color: #87A1B6;
 }
</style>

background-color css

<style>
 a { background-color: #87A1B6; }

 a { background-color: rgb(135,161,182); }

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

border-color css

<style>
 span { border-color: #87A1B6; }

 span { border-color: rgb(135,161,182); }

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