Html Css Color HEX #8999A9 Bali Hai

📋 copy color: '#8999A9'

red 137 ◦ green 153 ◦ blue 169

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

Shades of Bali Hai #8999A9

Tints of Bali Hai #8999A9

RGB

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

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

 BLUE value IS 169 (66.41% from 255) = 36.82%

R = 29.85%
G = 33.33%
B = 36.82%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#8999A9 (or 0x8999A9) is known color: Bali Hai. HEX triplet: 89, 99 and A9. RGB value is (137,153,169). Sum of RGB (Red+Green+Blue) = 137+153+169=459 (60% of max value = 765). Red value is 137 (53.91% from 255 or 29.85% from 459); Green value is 153 (60.16% from 255 or 33.33% from 459); Blue value is 169 (66.41% from 255 or 36.82% from 459); Max value from RGB is 169 - color contains mainly: blue. Hex color #8999A9 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8999A9 is #766656. Grayscale: #959595. Windows color (decimal): -7759447 or 11114889. OLE color: 11114889.

HSL color Cylindrical-coordinate representation of color #8999A9: hue angle of 210º degrees, saturation: 0.16, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8999A9 is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 137 153 169 -
CMYK 0.19 0.09 0 0.34
HSL 210º 0.16% 0.6% -
HSV(B) 210º 0.19% 0.66% -
XYZ 28.87 30.97 41.99 -
YUV 150.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 137 153 169 0.19 0.09 0 0.34 210 0.16 0.6
Hex 89 99 A9 13 9 0 22 D2 10 3C
Octal 211 231 251 23 11 0 42 322 20 74
Binary 10001001 10011001 10101001 10011 1001 0 100010 11010010 10000 111100

Color Harmonies of #8999A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8999A9

Black with #8999A9

Text Example


Text Example

White with #8999A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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