#8B969A

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

Shades of Bali Hai #8B969A

Tints of Bali Hai #8B969A

Color information

#8B969A (or 0x8B969A) is unknown color: approx Bali Hai. HEX triplet: 8B, 96 and 9A. RGB value is (139,150,154). Sum of RGB (Red+Green+Blue) = 139+150+154=443 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.38% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 154 - color contains mainly: blue. Hex color #8B969A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B969A is #746965. Grayscale: #939393. Windows color (decimal): -7629158 or 10131083. OLE color: 10131083.

HSL color Cylindrical-coordinate representation of color #8B969A: hue angle of 196º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #8B969A is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB139150154-
CMYK0.100.0300.40
HSL196º6.91%57.45%-
HSV(B)196º9.74%60.39%-
XYZ27.3929.6334.85-
YUV147.17131.86122.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.38%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 154 (60.55% from 255) = 34.76%
R=31.38%
G=33.86%
B=34.76%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1391501540.100.0300.401966.9157.45
Hex8B969AA3028c4739
Octal213226232123050304771
Binary100010111001011010011010101011010100011000100111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B969A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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