Html Css Color HEX #8999A0 Bali Hai

📋 copy color: '#8999A0'

red 137 ◦ green 153 ◦ blue 160

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

Shades of Bali Hai #8999A0

Tints of Bali Hai #8999A0

RGB

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

 GREEN value IS 153 (60.16% from 255) = 34%

 BLUE value IS 160 (62.89% from 255) = 35.56%

R = 30.44%
G = 34%
B = 35.56%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8999A0 (or 0x8999A0) is known color: Bali Hai. HEX triplet: 89, 99 and A0. RGB value is (137,153,160). Sum of RGB (Red+Green+Blue) = 137+153+160=450 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.44% from 450); Green value is 153 (60.16% from 255 or 34% from 450); Blue value is 160 (62.89% from 255 or 35.56% from 450); Max value from RGB is 160 - color contains mainly: blue. Hex color #8999A0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8999A0 is #76665F. Grayscale: #949494. Windows color (decimal): -7759456 or 10525065. OLE color: 10525065.

HSL color Cylindrical-coordinate representation of color #8999A0: hue angle of 198.26º degrees, saturation: 0.11, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #8999A0 is Cyan = 0.14, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 153 160 -
CMYK 0.14 0.04 0 0.37
HSL 198.26º 0.11% 0.58% -
HSV(B) 198.26º 0.14% 0.63% -
XYZ 28.05 30.64 37.69 -
YUV 149.01 134.2 119.43 -
System Red Green Blue C M Y K H S L
Decimal 137 153 160 0.14 0.04 0 0.37 198.26 0.11 0.58
Hex 89 99 A0 E 4 0 25 C6 B 3A
Octal 211 231 240 16 4 0 45 306 13 72
Binary 10001001 10011001 10100000 1110 100 0 100101 11000110 1011 111010

Color Harmonies of #8999A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8999A0

Black with #8999A0

Text Example


Text Example

White with #8999A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8999A0; }

 p { color: rgb(137,153,160); }

 H1.HeaderClassName
 {
   color: #8999A0;
 }
 .AnyTagClassName
 {
   color: #8999A0;
 }
</style>

background-color css

<style>
 a { background-color: #8999A0; }

 a { background-color: rgb(137,153,160); }

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

border-color css

<style>
 span { border-color: #8999A0; }

 span { border-color: rgb(137,153,160); }

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