Html Css Color HEX #8AA4BD Nepal

📋 copy color: '#8AA4BD'

red 138 ◦ green 164 ◦ blue 189

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

Shades of Nepal #8AA4BD

Tints of Nepal #8AA4BD

RGB

 RED value IS 138 (54.3% from 255) = 28.11%

 GREEN value IS 164 (64.45% from 255) = 33.4%

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

R = 28.11%
G = 33.4%
B = 38.49%

CMYK

 C value IS 0.27

 M value IS 0.13

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#8AA4BD (or 0x8AA4BD) is known color: Nepal. HEX triplet: 8A, A4 and BD. RGB value is (138,164,189). Sum of RGB (Red+Green+Blue) = 138+164+189=491 (65% of max value = 765). Red value is 138 (54.30% from 255 or 28.11% from 491); Green value is 164 (64.45% from 255 or 33.40% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #8AA4BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4BD is #755B42. Grayscale: #9E9E9E. Windows color (decimal): -7691075 or 12428426. OLE color: 12428426.

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

Color convert

RGB 138 164 189 -
CMYK 0.27 0.13 0 0.26
HSL 209.41º 0.28% 0.64% -
HSV(B) 209.41º 0.27% 0.74% -
XYZ 32.94 35.63 53.28 -
YUV 159.08 144.89 112.97 -
System Red Green Blue C M Y K H S L
Decimal 138 164 189 0.27 0.13 0 0.26 209.41 0.28 0.64
Hex 8A A4 BD 1B D 0 1A D1 1C 40
Octal 212 244 275 33 15 0 32 321 34 100
Binary 10001010 10100100 10111101 11011 1101 0 11010 11010001 11100 1000000

Color Harmonies of #8AA4BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA4BD

Black with #8AA4BD

Text Example


Text Example

White with #8AA4BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,164,189); }

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

background-color css

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

 a { background-color: rgb(138,164,189); }

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

border-color css

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

 span { border-color: rgb(138,164,189); }

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