Html Css Color HEX #87A2BA Nepal

📋 copy color: '#87A2BA'

red 135 ◦ green 162 ◦ blue 186

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

Shades of Nepal #87A2BA

Tints of Nepal #87A2BA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 33.54%

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

R = 27.95%
G = 33.54%
B = 38.51%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#87A2BA (or 0x87A2BA) is known color: Nepal. HEX triplet: 87, A2 and BA. RGB value is (135,162,186). Sum of RGB (Red+Green+Blue) = 135+162+186=483 (63% of max value = 765). Red value is 135 (53.12% from 255 or 27.95% from 483); Green value is 162 (63.67% from 255 or 33.54% from 483); Blue value is 186 (73.05% from 255 or 38.51% from 483); Max value from RGB is 186 - color contains mainly: blue. Hex color #87A2BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A2BA is #785D45. Grayscale: #9C9C9C. Windows color (decimal): -7888198 or 12231303. OLE color: 12231303.

HSL color Cylindrical-coordinate representation of color #87A2BA: hue angle of 208.24º 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 #87A2BA is Cyan = 0.27, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 135 162 186 -
CMYK 0.27 0.13 0 0.27
HSL 208.24º 0.27% 0.63% -
HSV(B) 208.24º 0.27% 0.73% -
XYZ 31.77 34.54 51.45 -
YUV 156.66 144.55 112.55 -
System Red Green Blue C M Y K H S L
Decimal 135 162 186 0.27 0.13 0 0.27 208.24 0.27 0.63
Hex 87 A2 BA 1B D 0 1B D0 1B 3F
Octal 207 242 272 33 15 0 33 320 33 77
Binary 10000111 10100010 10111010 11011 1101 0 11011 11010000 11011 111111

Color Harmonies of #87A2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A2BA

Black with #87A2BA

Text Example


Text Example

White with #87A2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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