#8D969B

Color #8D969B Bali Hai (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bali Hai #8D969B

Tints of Bali Hai #8D969B

Color information

#8D969B (or 0x8D969B) is unknown color: approx Bali Hai. HEX triplet: 8D, 96 and 9B. RGB value is (141,150,155). Sum of RGB (Red+Green+Blue) = 141+150+155=446 (59% of max value = 765). Red value is 141 (55.47% from 255 or 31.61% from 446); Green value is 150 (58.98% from 255 or 33.63% from 446); Blue value is 155 (60.94% from 255 or 34.75% from 446); Max value from RGB is 155 - color contains mainly: blue. Hex color #8D969B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D969B is #726964. Grayscale: #939393. Windows color (decimal): -7498085 or 10196621. OLE color: 10196621.

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

Color convert

RGB141150155-
CMYK0.090.0300.39
HSL201.43º6.54%58.04%-
HSV(B)201.43º9.03%60.78%-
XYZ27.8129.8435.3-
YUV147.88132.02123.09-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 31.61%
GREEN value IS 150 (58.98% from 255) = 33.63%
BLUE value IS 155 (60.94% from 255) = 34.75%
R=31.61%
G=33.63%
B=34.75%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1411501550.090.0300.39201.436.5458.04
Hex8D969B93027c973a
Octal215226233113047311772
Binary100011011001011010011011100111010011111001001111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D969B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,150,155); }

 H1.HeaderClassName
 {
   color: #8D969B;
 }
 .AnyTagClassName
 {
   color: #8D969B;
 }
</style>
background-color css

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

 a { background-color: rgb(141,150,155); }

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

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

 span { border-color: rgb(141,150,155); }

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