Html Css Color HEX #8CA7BE Nepal

📋 copy color: '#8CA7BE'

red 140 ◦ green 167 ◦ blue 190

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

Shades of Nepal #8CA7BE

Tints of Nepal #8CA7BE

RGB

 RED value IS 140 (55.08% from 255) = 28.17%

 GREEN value IS 167 (65.63% from 255) = 33.6%

 BLUE value IS 190 (74.61% from 255) = 38.23%

R = 28.17%
G = 33.6%
B = 38.23%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#8CA7BE (or 0x8CA7BE) is known color: Nepal. HEX triplet: 8C, A7 and BE. RGB value is (140,167,190). Sum of RGB (Red+Green+Blue) = 140+167+190=497 (65% of max value = 765). Red value is 140 (55.08% from 255 or 28.17% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 190 (74.61% from 255 or 38.23% from 497); Max value from RGB is 190 - color contains mainly: blue. Hex color #8CA7BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CA7BE is #735841. Grayscale: #A1A1A1. Windows color (decimal): -7559234 or 12494732. OLE color: 12494732.

HSL color Cylindrical-coordinate representation of color #8CA7BE: hue angle of 207.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8CA7BE is Cyan = 0.26, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 140 167 190 -
CMYK 0.26 0.12 0 0.25
HSL 207.6º 0.28% 0.65% -
HSV(B) 207.6º 0.26% 0.75% -
XYZ 33.93 36.93 54.06 -
YUV 161.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 140 167 190 0.26 0.12 0 0.25 207.6 0.28 0.65
Hex 8C A7 BE 1A C 0 19 D0 1C 41
Octal 214 247 276 32 14 0 31 320 34 101
Binary 10001100 10100111 10111110 11010 1100 0 11001 11010000 11100 1000001

Color Harmonies of #8CA7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CA7BE

Black with #8CA7BE

Text Example


Text Example

White with #8CA7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8CA7BE; }

 p { color: rgb(140,167,190); }

 H1.HeaderClassName
 {
   color: #8CA7BE;
 }
 .AnyTagClassName
 {
   color: #8CA7BE;
 }
</style>

background-color css

<style>
 a { background-color: #8CA7BE; }

 a { background-color: rgb(140,167,190); }

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

border-color css

<style>
 span { border-color: #8CA7BE; }

 span { border-color: rgb(140,167,190); }

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