#87A7BC

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

Shades of Nepal #87A7BC

Tints of Nepal #87A7BC

Color information

#87A7BC (or 0x87A7BC) is unknown color: approx Nepal. HEX triplet: 87, A7 and BC. RGB value is (135,167,188). Sum of RGB (Red+Green+Blue) = 135+167+188=490 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.55% from 490); Green value is 167 (65.62% from 255 or 34.08% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #87A7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A7BC is #785843. Grayscale: #9F9F9F. Windows color (decimal): -7886916 or 12363655. OLE color: 12363655.

HSL color Cylindrical-coordinate representation of color #87A7BC: hue angle of 203.77º degrees, saturation: 0.28, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #87A7BC is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB135167188-
CMYK0.280.1100.26
HSL203.77º28.34%63.33%-
HSV(B)203.77º28.19%73.73%-
XYZ32.8936.4252.87-
YUV159.83143.9110.29-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 27.55%
GREEN value IS 167 (65.62% from 255) = 34.08%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=27.55%
G=34.08%
B=38.37%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1351671880.280.1100.26203.7728.3463.33
Hex87A7BC1CB01Acc1c3f
Octal20724727434130323143477
Binary1000011110100111101111001110010110110101100110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87A7BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,167,188); }

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

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

 a { background-color: rgb(135,167,188); }

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

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

 span { border-color: rgb(135,167,188); }

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