Html Css Color HEX #87A3BA Nepal

📋 copy color: '#87A3BA'

red 135 ◦ green 163 ◦ blue 186

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

Shades of Nepal #87A3BA

Tints of Nepal #87A3BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.43%

R = 27.89%
G = 33.68%
B = 38.43%

CMYK

 C value IS 0.27

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87A3BA (or 0x87A3BA) is known color: Nepal. HEX triplet: 87, A3 and BA. RGB value is (135,163,186). Sum of RGB (Red+Green+Blue) = 135+163+186=484 (64% of max value = 765). Red value is 135 (53.12% from 255 or 27.89% from 484); Green value is 163 (64.06% from 255 or 33.68% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #87A3BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A3BA is #785C45. Grayscale: #9D9D9D. Windows color (decimal): -7887942 or 12231559. OLE color: 12231559.

HSL color Cylindrical-coordinate representation of color #87A3BA: hue angle of 207.06º degrees, saturation: 0.27, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #87A3BA is Cyan = 0.27, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 163 186 -
CMYK 0.27 0.12 0 0.27
HSL 207.06º 0.27% 0.63% -
HSV(B) 207.06º 0.27% 0.73% -
XYZ 31.95 34.89 51.5 -
YUV 157.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 135 163 186 0.27 0.12 0 0.27 207.06 0.27 0.63
Hex 87 A3 BA 1B C 0 1B CF 1B 3F
Octal 207 243 272 33 14 0 33 317 33 77
Binary 10000111 10100011 10111010 11011 1100 0 11011 11001111 11011 111111

Color Harmonies of #87A3BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A3BA

Black with #87A3BA

Text Example


Text Example

White with #87A3BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,163,186); }

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

background-color css

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

 a { background-color: rgb(135,163,186); }

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

border-color css

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

 span { border-color: rgb(135,163,186); }

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