#8B9AAC

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

Shades of Bali Hai #8B9AAC

Tints of Bali Hai #8B9AAC

Color information

#8B9AAC (or 0x8B9AAC) is unknown color: approx Bali Hai. HEX triplet: 8B, 9A and AC. RGB value is (139,154,172). Sum of RGB (Red+Green+Blue) = 139+154+172=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 154 (60.55% from 255 or 33.12% from 465); Blue value is 172 (67.58% from 255 or 36.99% from 465); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B9AAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9AAC is #746553. Grayscale: #979797. Windows color (decimal): -7628116 or 11311755. OLE color: 11311755.

HSL color Cylindrical-coordinate representation of color #8B9AAC: hue angle of 212.73º degrees, saturation: 0.17, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B9AAC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139154172-
CMYK0.190.1000.33
HSL212.73º16.58%60.98%-
HSV(B)212.73º19.19%67.45%-
XYZ29.6531.5843.56-
YUV151.57139.53119.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.89%
GREEN value IS 154 (60.55% from 255) = 33.12%
BLUE value IS 172 (67.58% from 255) = 36.99%
R=29.89%
G=33.12%
B=36.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391541720.190.1000.33212.7316.5860.98
Hex8B9AAC13A021d5113d
Octal21323225423120413252175
Binary10001011100110101010110010011101001000011101010110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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