#8DA7BD

Color #8DA7BD Nepal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nepal #8DA7BD

Tints of Nepal #8DA7BD

Color information

#8DA7BD (or 0x8DA7BD) is unknown color: approx Nepal. HEX triplet: 8D, A7 and BD. RGB value is (141,167,189). Sum of RGB (Red+Green+Blue) = 141+167+189=497 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.37% from 497); Green value is 167 (65.62% from 255 or 33.60% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DA7BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA7BD is #725842. Grayscale: #A1A1A1. Windows color (decimal): -7493699 or 12429197. OLE color: 12429197.

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

Color convert

RGB141167189-
CMYK0.250.1200.26
HSL207.5º26.67%64.71%-
HSV(B)207.5º25.4%74.12%-
XYZ33.9936.9753.49-
YUV161.73143.39113.21-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.37%
GREEN value IS 167 (65.62% from 255) = 33.60%
BLUE value IS 189 (74.22% from 255) = 38.03%
R=28.37%
G=33.60%
B=38.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1411671890.250.1200.26207.526.6764.71
Hex8DA7BD19C01Ad01b41
Octal215247275311403232033101
Binary10001101101001111011110111001110001101011010000110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA7BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,167,189); }

 H1.HeaderClassName
 {
   color: #8DA7BD;
 }
 .AnyTagClassName
 {
   color: #8DA7BD;
 }
</style>
background-color css

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

 a { background-color: rgb(141,167,189); }

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

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

 span { border-color: rgb(141,167,189); }

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