Html Css Color HEX #89A7C0 Nepal

📋 copy color: '#89A7C0'

red 137 ◦ green 167 ◦ blue 192

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

Shades of Nepal #89A7C0

Tints of Nepal #89A7C0

RGB

 RED value IS 137 (53.91% from 255) = 27.62%

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

 BLUE value IS 192 (75.39% from 255) = 38.71%

R = 27.62%
G = 33.67%
B = 38.71%

CMYK

 C value IS 0.29

 M value IS 0.13

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#89A7C0 (or 0x89A7C0) is known color: Nepal. HEX triplet: 89, A7 and C0. RGB value is (137,167,192). Sum of RGB (Red+Green+Blue) = 137+167+192=496 (65% of max value = 765). Red value is 137 (53.91% from 255 or 27.62% from 496); Green value is 167 (65.62% from 255 or 33.67% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 192 - color contains mainly: blue. Hex color #89A7C0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #89A7C0 is #76583F. Grayscale: #A0A0A0. Windows color (decimal): -7755840 or 12625801. OLE color: 12625801.

HSL color Cylindrical-coordinate representation of color #89A7C0: hue angle of 207.27º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #89A7C0 is Cyan = 0.29, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 137 167 192 -
CMYK 0.29 0.13 0 0.25
HSL 207.27º 0.3% 0.65% -
HSV(B) 207.27º 0.29% 0.75% -
XYZ 33.65 36.76 55.19 -
YUV 160.88 145.56 110.97 -
System Red Green Blue C M Y K H S L
Decimal 137 167 192 0.29 0.13 0 0.25 207.27 0.3 0.65
Hex 89 A7 C0 1D D 0 19 CF 1E 41
Octal 211 247 300 35 15 0 31 317 36 101
Binary 10001001 10100111 11000000 11101 1101 0 11001 11001111 11110 1000001

Color Harmonies of #89A7C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89A7C0

Black with #89A7C0

Text Example


Text Example

White with #89A7C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,167,192); }

 H1.HeaderClassName
 {
   color: #89A7C0;
 }
 .AnyTagClassName
 {
   color: #89A7C0;
 }
</style>

background-color css

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

 a { background-color: rgb(137,167,192); }

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

border-color css

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

 span { border-color: rgb(137,167,192); }

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