Html Css Color HEX #8DA8BD Nepal

📋 copy color: '#8DA8BD'

red 141 ◦ green 168 ◦ blue 189

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

Shades of Nepal #8DA8BD

Tints of Nepal #8DA8BD

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.73%

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

R = 28.31%
G = 33.73%
B = 37.95%

CMYK

 C value IS 0.25

 M value IS 0.11

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8DA8BD (or 0x8DA8BD) is known color: Nepal. HEX triplet: 8D, A8 and BD. RGB value is (141,168,189). Sum of RGB (Red+Green+Blue) = 141+168+189=498 (65% of max value = 765). Red value is 141 (55.47% from 255 or 28.31% from 498); Green value is 168 (66.02% from 255 or 33.73% from 498); Blue value is 189 (74.22% from 255 or 37.95% from 498); Max value from RGB is 189 - color contains mainly: blue. Hex color #8DA8BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DA8BD is #725742. Grayscale: #A2A2A2. Windows color (decimal): -7493443 or 12429453. OLE color: 12429453.

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

Color convert

RGB 141 168 189 -
CMYK 0.25 0.11 0 0.26
HSL 206.25º 0.27% 0.65% -
HSV(B) 206.25º 0.25% 0.74% -
XYZ 34.17 37.34 53.55 -
YUV 162.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 141 168 189 0.25 0.11 0 0.26 206.25 0.27 0.65
Hex 8D A8 BD 19 B 0 1A CE 1B 41
Octal 215 250 275 31 13 0 32 316 33 101
Binary 10001101 10101000 10111101 11001 1011 0 11010 11001110 11011 1000001

Color Harmonies of #8DA8BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA8BD

Black with #8DA8BD

Text Example


Text Example

White with #8DA8BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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