#8B969F

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

Shades of Bali Hai #8B969F

Tints of Bali Hai #8B969F

Color information

#8B969F (or 0x8B969F) is unknown color: approx Bali Hai. HEX triplet: 8B, 96 and 9F. RGB value is (139,150,159). Sum of RGB (Red+Green+Blue) = 139+150+159=448 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.03% from 448); Green value is 150 (58.98% from 255 or 33.48% from 448); Blue value is 159 (62.5% from 255 or 35.49% from 448); Max value from RGB is 159 - color contains mainly: blue. Hex color #8B969F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B969F is #746960. Grayscale: #939393. Windows color (decimal): -7629153 or 10458763. OLE color: 10458763.

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

Color convert

RGB139150159-
CMYK0.130.0600.38
HSL207º9.43%58.43%-
HSV(B)207º12.58%62.35%-
XYZ27.8129.837.09-
YUV147.74134.36121.77-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.03%
GREEN value IS 150 (58.98% from 255) = 33.48%
BLUE value IS 159 (62.5% from 255) = 35.49%
R=31.03%
G=33.48%
B=35.49%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1391501590.130.0600.382079.4358.43
Hex8B969FD6026cf93a
Octal2132262371560463171172
Binary10001011100101101001111111011100100110110011111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,150,159); }

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

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

 a { background-color: rgb(139,150,159); }

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

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

 span { border-color: rgb(139,150,159); }

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