Html Css Color HEX #87A8C1 Nepal

📋 copy color: '#87A8C1'

red 135 ◦ green 168 ◦ blue 193

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

Shades of Nepal #87A8C1

Tints of Nepal #87A8C1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.87%

 BLUE value IS 193 (75.78% from 255) = 38.91%

R = 27.22%
G = 33.87%
B = 38.91%

CMYK

 C value IS 0.30

 M value IS 0.13

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#87A8C1 (or 0x87A8C1) is known color: Nepal. HEX triplet: 87, A8 and C1. RGB value is (135,168,193). Sum of RGB (Red+Green+Blue) = 135+168+193=496 (65% of max value = 765). Red value is 135 (53.12% from 255 or 27.22% from 496); Green value is 168 (66.02% from 255 or 33.87% from 496); Blue value is 193 (75.78% from 255 or 38.91% from 496); Max value from RGB is 193 - color contains mainly: blue. Hex color #87A8C1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #87A8C1 is #78573E. Grayscale: #A0A0A0. Windows color (decimal): -7886655 or 12691591. OLE color: 12691591.

HSL color Cylindrical-coordinate representation of color #87A8C1: hue angle of 205.86º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #87A8C1 is Cyan = 0.30, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 135 168 193 -
CMYK 0.30 0.13 0 0.24
HSL 205.86º 0.32% 0.64% -
HSV(B) 205.86º 0.3% 0.76% -
XYZ 33.62 37.01 55.82 -
YUV 160.98 146.07 109.47 -
System Red Green Blue C M Y K H S L
Decimal 135 168 193 0.30 0.13 0 0.24 205.86 0.32 0.64
Hex 87 A8 C1 1E D 0 18 CE 20 40
Octal 207 250 301 36 15 0 30 316 40 100
Binary 10000111 10101000 11000001 11110 1101 0 11000 11001110 100000 1000000

Color Harmonies of #87A8C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #87A8C1

Black with #87A8C1

Text Example


Text Example

White with #87A8C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,168,193); }

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

background-color css

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

 a { background-color: rgb(135,168,193); }

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

border-color css

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

 span { border-color: rgb(135,168,193); }

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