#89A3B5

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

Shades of Nepal #89A3B5

Tints of Nepal #89A3B5

Color information

#89A3B5 (or 0x89A3B5) is unknown color: approx Nepal. HEX triplet: 89, A3 and B5. RGB value is (137,163,181). Sum of RGB (Red+Green+Blue) = 137+163+181=481 (63% of max value = 765). Red value is 137 (53.91% from 255 or 28.48% from 481); Green value is 163 (64.06% from 255 or 33.89% from 481); Blue value is 181 (71.09% from 255 or 37.63% from 481); Max value from RGB is 181 - color contains mainly: blue. Hex color #89A3B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A3B5 is #765C4A. Grayscale: #9D9D9D. Windows color (decimal): -7756875 or 11903881. OLE color: 11903881.

HSL color Cylindrical-coordinate representation of color #89A3B5: hue angle of 204.55º degrees, saturation: 0.23, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #89A3B5 is Cyan = 0.24, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB137163181-
CMYK0.240.1000.29
HSL204.55º22.92%62.35%-
HSV(B)204.55º24.31%70.98%-
XYZ31.7534.8548.77-
YUV157.28141.39113.54-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 28.48%
GREEN value IS 163 (64.06% from 255) = 33.89%
BLUE value IS 181 (71.09% from 255) = 37.63%
R=28.48%
G=33.89%
B=37.63%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1371631810.240.1000.29204.5522.9262.35
Hex89A3B518A01Dcd173e
Octal21124326530120353152776
Binary1000100110100011101101011100010100111011100110110111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #89A3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #89A3B5; }

 p { color: rgb(137,163,181); }

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

<style>
 a { background-color: #89A3B5; }

 a { background-color: rgb(137,163,181); }

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

<style>
 span { border-color: #89A3B5; }

 span { border-color: rgb(137,163,181); }

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