Html Css Color HEX #89989D Bali Hai

📋 copy color: '#89989D'

red 137 ◦ green 152 ◦ blue 157

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

Shades of Bali Hai #89989D

Tints of Bali Hai #89989D

RGB

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

 GREEN value IS 152 (59.77% from 255) = 34.08%

 BLUE value IS 157 (61.72% from 255) = 35.2%

R = 30.72%
G = 34.08%
B = 35.2%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#89989D (or 0x89989D) is known color: Bali Hai. HEX triplet: 89, 98 and 9D. RGB value is (137,152,157). Sum of RGB (Red+Green+Blue) = 137+152+157=446 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.72% from 446); Green value is 152 (59.77% from 255 or 34.08% from 446); Blue value is 157 (61.72% from 255 or 35.20% from 446); Max value from RGB is 157 - color contains mainly: blue. Hex color #89989D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #89989D is #766762. Grayscale: #949494. Windows color (decimal): -7759715 or 10328201. OLE color: 10328201.

HSL color Cylindrical-coordinate representation of color #89989D: hue angle of 195º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #89989D is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 137 152 157 -
CMYK 0.13 0.03 0 0.38
HSL 195º 0.09% 0.58% -
HSV(B) 195º 0.13% 0.62% -
XYZ 27.63 30.21 36.27 -
YUV 148.09 133.03 120.09 -
System Red Green Blue C M Y K H S L
Decimal 137 152 157 0.13 0.03 0 0.38 195 0.09 0.58
Hex 89 98 9D D 3 0 26 C3 9 3A
Octal 211 230 235 15 3 0 46 303 11 72
Binary 10001001 10011000 10011101 1101 11 0 100110 11000011 1001 111010

Color Harmonies of #89989D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #89989D

Black with #89989D

Text Example


Text Example

White with #89989D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #89989D; }

 p { color: rgb(137,152,157); }

 H1.HeaderClassName
 {
   color: #89989D;
 }
 .AnyTagClassName
 {
   color: #89989D;
 }
</style>

background-color css

<style>
 a { background-color: #89989D; }

 a { background-color: rgb(137,152,157); }

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

border-color css

<style>
 span { border-color: #89989D; }

 span { border-color: rgb(137,152,157); }

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