Html Css Color HEX #9DA9B1 Nepal

📋 copy color: '#9DA9B1'

red 157 ◦ green 169 ◦ blue 177

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

Shades of Nepal #9DA9B1

Tints of Nepal #9DA9B1

RGB

 RED value IS 157 (61.72% from 255) = 31.21%

 GREEN value IS 169 (66.41% from 255) = 33.6%

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

R = 31.21%
G = 33.6%
B = 35.19%

CMYK

 C value IS 0.11

 M value IS 0.05

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9DA9B1 (or 0x9DA9B1) is known color: Nepal. HEX triplet: 9D, A9 and B1. RGB value is (157,169,177). Sum of RGB (Red+Green+Blue) = 157+169+177=503 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.21% from 503); Green value is 169 (66.41% from 255 or 33.60% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 177 - color contains mainly: blue. Hex color #9DA9B1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DA9B1 is #62564E. Grayscale: #A6A6A6. Windows color (decimal): -6444623 or 11643293. OLE color: 11643293.

HSL color Cylindrical-coordinate representation of color #9DA9B1: hue angle of 204º degrees, saturation: 0.11, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #9DA9B1 is Cyan = 0.11, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 157 169 177 -
CMYK 0.11 0.05 0 0.31
HSL 204º 0.11% 0.65% -
HSV(B) 204º 0.11% 0.69% -
XYZ 36.03 38.72 47.17 -
YUV 166.32 134.02 121.35 -
System Red Green Blue C M Y K H S L
Decimal 157 169 177 0.11 0.05 0 0.31 204 0.11 0.65
Hex 9D A9 B1 B 5 0 1F CC B 41
Octal 235 251 261 13 5 0 37 314 13 101
Binary 10011101 10101001 10110001 1011 101 0 11111 11001100 1011 1000001

Color Harmonies of #9DA9B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DA9B1

Black with #9DA9B1

Text Example


Text Example

White with #9DA9B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9DA9B1; }

 p { color: rgb(157,169,177); }

 H1.HeaderClassName
 {
   color: #9DA9B1;
 }
 .AnyTagClassName
 {
   color: #9DA9B1;
 }
</style>

background-color css

<style>
 a { background-color: #9DA9B1; }

 a { background-color: rgb(157,169,177); }

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

border-color css

<style>
 span { border-color: #9DA9B1; }

 span { border-color: rgb(157,169,177); }

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