Html Css Color HEX #89949C Bali Hai

📋 copy color: '#89949C'

red 137 ◦ green 148 ◦ blue 156

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

Shades of Bali Hai #89949C

Tints of Bali Hai #89949C

RGB

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

 GREEN value IS 148 (58.2% from 255) = 33.56%

 BLUE value IS 156 (61.33% from 255) = 35.37%

R = 31.07%
G = 33.56%
B = 35.37%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#89949C (or 0x89949C) is known color: Bali Hai. HEX triplet: 89, 94 and 9C. RGB value is (137,148,156). Sum of RGB (Red+Green+Blue) = 137+148+156=441 (58% of max value = 765). Red value is 137 (53.91% from 255 or 31.07% from 441); Green value is 148 (58.20% from 255 or 33.56% from 441); Blue value is 156 (61.33% from 255 or 35.37% from 441); Max value from RGB is 156 - color contains mainly: blue. Hex color #89949C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89949C is #766B63. Grayscale: #919191. Windows color (decimal): -7760740 or 10261641. OLE color: 10261641.

HSL color Cylindrical-coordinate representation of color #89949C: hue angle of 205.26º degrees, saturation: 0.09, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #89949C is Cyan = 0.12, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 137 148 156 -
CMYK 0.12 0.05 0 0.39
HSL 205.26º 0.09% 0.57% -
HSV(B) 205.26º 0.12% 0.61% -
XYZ 26.91 28.9 35.61 -
YUV 145.62 133.86 121.85 -
System Red Green Blue C M Y K H S L
Decimal 137 148 156 0.12 0.05 0 0.39 205.26 0.09 0.57
Hex 89 94 9C C 5 0 27 CD 9 39
Octal 211 224 234 14 5 0 47 315 11 71
Binary 10001001 10010100 10011100 1100 101 0 100111 11001101 1001 111001

Color Harmonies of #89949C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89949C

Black with #89949C

Text Example


Text Example

White with #89949C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89949C; }

 p { color: rgb(137,148,156); }

 H1.HeaderClassName
 {
   color: #89949C;
 }
 .AnyTagClassName
 {
   color: #89949C;
 }
</style>

background-color css

<style>
 a { background-color: #89949C; }

 a { background-color: rgb(137,148,156); }

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

border-color css

<style>
 span { border-color: #89949C; }

 span { border-color: rgb(137,148,156); }

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