Html Css Color HEX #8FA7BC Nepal

📋 copy color: '#8FA7BC'

red 143 ◦ green 167 ◦ blue 188

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

Shades of Nepal #8FA7BC

Tints of Nepal #8FA7BC

RGB

 RED value IS 143 (56.25% from 255) = 28.71%

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

 BLUE value IS 188 (73.83% from 255) = 37.75%

R = 28.71%
G = 33.53%
B = 37.75%

CMYK

 C value IS 0.24

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8FA7BC (or 0x8FA7BC) is known color: Nepal. HEX triplet: 8F, A7 and BC. RGB value is (143,167,188). Sum of RGB (Red+Green+Blue) = 143+167+188=498 (65% of max value = 765). Red value is 143 (56.25% from 255 or 28.71% from 498); Green value is 167 (65.62% from 255 or 33.53% from 498); Blue value is 188 (73.83% from 255 or 37.75% from 498); Max value from RGB is 188 - color contains mainly: blue. Hex color #8FA7BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8FA7BC is #705843. Grayscale: #A2A2A2. Windows color (decimal): -7362628 or 12363663. OLE color: 12363663.

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

Color convert

RGB 143 167 188 -
CMYK 0.24 0.11 0 0.26
HSL 208º 0.25% 0.65% -
HSV(B) 208º 0.24% 0.74% -
XYZ 34.22 37.11 52.94 -
YUV 162.22 142.55 114.29 -
System Red Green Blue C M Y K H S L
Decimal 143 167 188 0.24 0.11 0 0.26 208 0.25 0.65
Hex 8F A7 BC 18 B 0 1A D0 19 41
Octal 217 247 274 30 13 0 32 320 31 101
Binary 10001111 10100111 10111100 11000 1011 0 11010 11010000 11001 1000001

Color Harmonies of #8FA7BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA7BC

Black with #8FA7BC

Text Example


Text Example

White with #8FA7BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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