#8DA6BD

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

Shades of Nepal #8DA6BD

Tints of Nepal #8DA6BD

Color information

#8DA6BD (or 0x8DA6BD) is unknown color: approx Nepal. HEX triplet: 8D, A6 and BD. RGB value is (141,166,189). Sum of RGB (Red+Green+Blue) = 141+166+189=496 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.43% from 496); Green value is 166 (65.23% from 255 or 33.47% from 496); Blue value is 189 (74.22% from 255 or 38.10% from 496); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DA6BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA6BD is #725942. Grayscale: #A1A1A1. Windows color (decimal): -7493955 or 12428941. OLE color: 12428941.

HSL color Cylindrical-coordinate representation of color #8DA6BD: hue angle of 208.75º 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 #8DA6BD is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB141166189-
CMYK0.250.1200.26
HSL208.75º26.67%64.71%-
HSV(B)208.75º25.4%74.12%-
XYZ33.8136.6153.43-
YUV161.15143.72113.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 28.43%
GREEN value IS 166 (65.23% from 255) = 33.47%
BLUE value IS 189 (74.22% from 255) = 38.10%
R=28.43%
G=33.47%
B=38.10%

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
Decimal1411661890.250.1200.26208.7526.6764.71
Hex8DA6BD19C01Ad11b41
Octal215246275311403232133101
Binary10001101101001101011110111001110001101011010001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA6BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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