Html Css Color HEX #8DA7BD Nepal

📋 copy color: '#8DA7BD'

red 141 ◦ green 167 ◦ blue 189

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

Shades of Nepal #8DA7BD

Tints of Nepal #8DA7BD

RGB

 RED value IS 141 (55.47% from 255) = 28.37%

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

 BLUE value IS 189 (74.22% from 255) = 38.03%

R = 28.37%
G = 33.6%
B = 38.03%

CMYK

 C value IS 0.25

 M value IS 0.12

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8DA7BD (or 0x8DA7BD) is known color: 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

RGB 141 167 189 -
CMYK 0.25 0.12 0 0.26
HSL 207.5º 0.27% 0.65% -
HSV(B) 207.5º 0.25% 0.74% -
XYZ 33.99 36.97 53.49 -
YUV 161.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 141 167 189 0.25 0.12 0 0.26 207.5 0.27 0.65
Hex 8D A7 BD 19 C 0 1A D0 1B 41
Octal 215 247 275 31 14 0 32 320 33 101
Binary 10001101 10100111 10111101 11001 1100 0 11010 11010000 11011 1000001

Color Harmonies of #8DA7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA7BD

Black with #8DA7BD

Text Example


Text Example

White with #8DA7BD

Text Example


Text Example

HTML Codes & Css Web 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>