Html Css Color HEX #8A969C Bali Hai

📋 copy color: '#8A969C'

red 138 ◦ green 150 ◦ blue 156

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

Shades of Bali Hai #8A969C

Tints of Bali Hai #8A969C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 33.78%

 BLUE value IS 156 (61.33% from 255) = 35.14%

R = 31.08%
G = 33.78%
B = 35.14%

CMYK

 C value IS 0.12

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A969C (or 0x8A969C) is known color: Bali Hai. HEX triplet: 8A, 96 and 9C. RGB value is (138,150,156). Sum of RGB (Red+Green+Blue) = 138+150+156=444 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.08% from 444); Green value is 150 (58.98% from 255 or 33.78% from 444); Blue value is 156 (61.33% from 255 or 35.14% from 444); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A969C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A969C is #756963. Grayscale: #939393. Windows color (decimal): -7694692 or 10262154. OLE color: 10262154.

HSL color Cylindrical-coordinate representation of color #8A969C: hue angle of 200º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #8A969C is Cyan = 0.12, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 150 156 -
CMYK 0.12 0.04 0 0.39
HSL 200º 0.08% 0.58% -
HSV(B) 200º 0.12% 0.61% -
XYZ 27.39 29.62 35.73 -
YUV 147.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 138 150 156 0.12 0.04 0 0.39 200 0.08 0.58
Hex 8A 96 9C C 4 0 27 C8 8 3A
Octal 212 226 234 14 4 0 47 310 10 72
Binary 10001010 10010110 10011100 1100 100 0 100111 11001000 1000 111010

Color Harmonies of #8A969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A969C

Black with #8A969C

Text Example


Text Example

White with #8A969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,150,156); }

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

background-color css

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

 a { background-color: rgb(138,150,156); }

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

border-color css

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

 span { border-color: rgb(138,150,156); }

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