Html Css Color HEX #8A959B Bali Hai

📋 copy color: '#8A959B'

red 138 ◦ green 149 ◦ blue 155

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

Shades of Bali Hai #8A959B

Tints of Bali Hai #8A959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 33.71%

 BLUE value IS 155 (60.94% from 255) = 35.07%

R = 31.22%
G = 33.71%
B = 35.07%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A959B (or 0x8A959B) is known color: Bali Hai. HEX triplet: 8A, 95 and 9B. RGB value is (138,149,155). Sum of RGB (Red+Green+Blue) = 138+149+155=442 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.22% from 442); Green value is 149 (58.59% from 255 or 33.71% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A959B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A959B is #756A64. Grayscale: #929292. Windows color (decimal): -7694949 or 10196362. OLE color: 10196362.

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

Color convert

RGB 138 149 155 -
CMYK 0.11 0.04 0 0.39
HSL 201.18º 0.08% 0.57% -
HSV(B) 201.18º 0.11% 0.61% -
XYZ 27.15 29.26 35.23 -
YUV 146.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 138 149 155 0.11 0.04 0 0.39 201.18 0.08 0.57
Hex 8A 95 9B B 4 0 27 C9 8 39
Octal 212 225 233 13 4 0 47 311 10 71
Binary 10001010 10010101 10011011 1011 100 0 100111 11001001 1000 111001

Color Harmonies of #8A959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A959B

Black with #8A959B

Text Example


Text Example

White with #8A959B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,149,155); }

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

background-color css

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

 a { background-color: rgb(138,149,155); }

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

border-color css

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

 span { border-color: rgb(138,149,155); }

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