Html Css Color HEX #8FA5B1 Nepal

📋 copy color: '#8FA5B1'

red 143 ◦ green 165 ◦ blue 177

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

Shades of Nepal #8FA5B1

Tints of Nepal #8FA5B1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 34.02%

 BLUE value IS 177 (69.53% from 255) = 36.49%

R = 29.48%
G = 34.02%
B = 36.49%

CMYK

 C value IS 0.19

 M value IS 0.07

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8FA5B1 (or 0x8FA5B1) is known color: Nepal. HEX triplet: 8F, A5 and B1. RGB value is (143,165,177). Sum of RGB (Red+Green+Blue) = 143+165+177=485 (64% of max value = 765). Red value is 143 (56.25% from 255 or 29.48% from 485); Green value is 165 (64.84% from 255 or 34.02% from 485); Blue value is 177 (69.53% from 255 or 36.49% from 485); Max value from RGB is 177 - color contains mainly: blue. Hex color #8FA5B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8FA5B1 is #705A4E. Grayscale: #9F9F9F. Windows color (decimal): -7363151 or 11642255. OLE color: 11642255.

HSL color Cylindrical-coordinate representation of color #8FA5B1: hue angle of 201.18º degrees, saturation: 0.18, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8FA5B1 is Cyan = 0.19, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 143 165 177 -
CMYK 0.19 0.07 0 0.31
HSL 201.18º 0.18% 0.63% -
HSV(B) 201.18º 0.19% 0.69% -
XYZ 32.72 35.92 46.8 -
YUV 159.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 143 165 177 0.19 0.07 0 0.31 201.18 0.18 0.63
Hex 8F A5 B1 13 7 0 1F C9 12 3F
Octal 217 245 261 23 7 0 37 311 22 77
Binary 10001111 10100101 10110001 10011 111 0 11111 11001001 10010 111111

Color Harmonies of #8FA5B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FA5B1

Black with #8FA5B1

Text Example


Text Example

White with #8FA5B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,165,177); }

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

background-color css

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

 a { background-color: rgb(143,165,177); }

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

border-color css

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

 span { border-color: rgb(143,165,177); }

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