Html Css Color HEX #8AA4BA Nepal

📋 copy color: '#8AA4BA'

red 138 ◦ green 164 ◦ blue 186

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

Shades of Nepal #8AA4BA

Tints of Nepal #8AA4BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 28.28%
G = 33.61%
B = 38.11%

CMYK

 C value IS 0.26

 M value IS 0.12

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#8AA4BA (or 0x8AA4BA) is known color: Nepal. HEX triplet: 8A, A4 and BA. RGB value is (138,164,186). Sum of RGB (Red+Green+Blue) = 138+164+186=488 (64% of max value = 765). Red value is 138 (54.30% from 255 or 28.28% from 488); Green value is 164 (64.45% from 255 or 33.61% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #8AA4BA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AA4BA is #755B45. Grayscale: #9E9E9E. Windows color (decimal): -7691078 or 12231818. OLE color: 12231818.

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

Color convert

RGB 138 164 186 -
CMYK 0.26 0.12 0 0.27
HSL 207.5º 0.26% 0.64% -
HSV(B) 207.5º 0.26% 0.73% -
XYZ 32.62 35.5 51.59 -
YUV 158.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 138 164 186 0.26 0.12 0 0.27 207.5 0.26 0.64
Hex 8A A4 BA 1A C 0 1B D0 1A 40
Octal 212 244 272 32 14 0 33 320 32 100
Binary 10001010 10100100 10111010 11010 1100 0 11011 11010000 11010 1000000

Color Harmonies of #8AA4BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA4BA

Black with #8AA4BA

Text Example


Text Example

White with #8AA4BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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