Html Css Color HEX #8B999D Bali Hai

📋 copy color: '#8B999D'

red 139 ◦ green 153 ◦ blue 157

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

Shades of Bali Hai #8B999D

Tints of Bali Hai #8B999D

RGB

 RED value IS 139 (54.69% from 255) = 30.96%

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 30.96%
G = 34.08%
B = 34.97%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8B999D (or 0x8B999D) is known color: Bali Hai. HEX triplet: 8B, 99 and 9D. RGB value is (139,153,157). Sum of RGB (Red+Green+Blue) = 139+153+157=449 (59% of max value = 765). Red value is 139 (54.69% from 255 or 30.96% from 449); Green value is 153 (60.16% from 255 or 34.08% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 157 - color contains mainly: blue. Hex color #8B999D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B999D is #746662. Grayscale: #959595. Windows color (decimal): -7628387 or 10328459. OLE color: 10328459.

HSL color Cylindrical-coordinate representation of color #8B999D: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #8B999D is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 139 153 157 -
CMYK 0.11 0.03 0 0.38
HSL 193.33º 0.08% 0.58% -
HSV(B) 193.33º 0.11% 0.62% -
XYZ 28.12 30.71 36.34 -
YUV 149.27 132.36 120.67 -
System Red Green Blue C M Y K H S L
Decimal 139 153 157 0.11 0.03 0 0.38 193.33 0.08 0.58
Hex 8B 99 9D B 3 0 26 C1 8 3A
Octal 213 231 235 13 3 0 46 301 10 72
Binary 10001011 10011001 10011101 1011 11 0 100110 11000001 1000 111010

Color Harmonies of #8B999D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B999D

Black with #8B999D

Text Example


Text Example

White with #8B999D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,153,157); }

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

background-color css

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

 a { background-color: rgb(139,153,157); }

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

border-color css

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

 span { border-color: rgb(139,153,157); }

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