Html Css Color HEX #8999A1 Bali Hai

📋 copy color: '#8999A1'

red 137 ◦ green 153 ◦ blue 161

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

Shades of Bali Hai #8999A1

Tints of Bali Hai #8999A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 35.7%

R = 30.38%
G = 33.92%
B = 35.7%

CMYK

 C value IS 0.15

 M value IS 0.05

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8999A1 (or 0x8999A1) is known color: Bali Hai. HEX triplet: 89, 99 and A1. RGB value is (137,153,161). Sum of RGB (Red+Green+Blue) = 137+153+161=451 (59% of max value = 765). Red value is 137 (53.91% from 255 or 30.38% from 451); Green value is 153 (60.16% from 255 or 33.92% from 451); Blue value is 161 (63.28% from 255 or 35.70% from 451); Max value from RGB is 161 - color contains mainly: blue. Hex color #8999A1 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8999A1 is #76665E. Grayscale: #959595. Windows color (decimal): -7759455 or 10590601. OLE color: 10590601.

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

Color convert

RGB 137 153 161 -
CMYK 0.15 0.05 0 0.37
HSL 200º 0.11% 0.58% -
HSV(B) 200º 0.15% 0.63% -
XYZ 28.14 30.67 38.16 -
YUV 149.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 137 153 161 0.15 0.05 0 0.37 200 0.11 0.58
Hex 89 99 A1 F 5 0 25 C8 B 3A
Octal 211 231 241 17 5 0 45 310 13 72
Binary 10001001 10011001 10100001 1111 101 0 100101 11001000 1011 111010

Color Harmonies of #8999A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8999A1

Black with #8999A1

Text Example


Text Example

White with #8999A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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