Html Css Color HEX #8A9499 Bali Hai

📋 copy color: '#8A9499'

red 138 ◦ green 148 ◦ blue 153

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

Shades of Bali Hai #8A9499

Tints of Bali Hai #8A9499

RGB

 RED value IS 138 (54.3% from 255) = 31.44%

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

 BLUE value IS 153 (60.16% from 255) = 34.85%

R = 31.44%
G = 33.71%
B = 34.85%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A9499 (or 0x8A9499) is known color: Bali Hai. HEX triplet: 8A, 94 and 99. RGB value is (138,148,153). Sum of RGB (Red+Green+Blue) = 138+148+153=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 148 (58.20% from 255 or 33.71% from 439); Blue value is 153 (60.16% from 255 or 34.85% from 439); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A9499 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A9499 is #756B66. Grayscale: #919191. Windows color (decimal): -7695207 or 10065034. OLE color: 10065034.

HSL color Cylindrical-coordinate representation of color #8A9499: hue angle of 200º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8A9499 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 148 153 -
CMYK 0.10 0.03 0 0.4
HSL 200º 0.07% 0.57% -
HSV(B) 200º 0.1% 0.6% -
XYZ 26.82 28.88 34.3 -
YUV 145.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 138 148 153 0.10 0.03 0 0.4 200 0.07 0.57
Hex 8A 94 99 A 3 0 28 C8 7 39
Octal 212 224 231 12 3 0 50 310 7 71
Binary 10001010 10010100 10011001 1010 11 0 101000 11001000 111 111001

Color Harmonies of #8A9499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A9499

Black with #8A9499

Text Example


Text Example

White with #8A9499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8A9499; }

 p { color: rgb(138,148,153); }

 H1.HeaderClassName
 {
   color: #8A9499;
 }
 .AnyTagClassName
 {
   color: #8A9499;
 }
</style>

background-color css

<style>
 a { background-color: #8A9499; }

 a { background-color: rgb(138,148,153); }

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

border-color css

<style>
 span { border-color: #8A9499; }

 span { border-color: rgb(138,148,153); }

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