#8797AB

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

Shades of Bali Hai #8797AB

Tints of Bali Hai #8797AB

Color information

#8797AB (or 0x8797AB) is unknown color: approx Bali Hai. HEX triplet: 87, 97 and AB. RGB value is (135,151,171). Sum of RGB (Red+Green+Blue) = 135+151+171=457 (60% of max value = 765). Red value is 135 (53.12% from 255 or 29.54% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 171 - color contains mainly: blue. Hex color #8797AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8797AB is #786854. Grayscale: #949494. Windows color (decimal): -7891029 or 11245447. OLE color: 11245447.

HSL color Cylindrical-coordinate representation of color #8797AB: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8797AB is Cyan = 0.21, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB135151171-
CMYK0.210.1200.33
HSL213.33º17.65%60%-
HSV(B)213.33º21.05%67.06%-
XYZ28.4130.2242.86-
YUV148.5140.7118.37-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 29.54%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 171 (67.19% from 255) = 37.42%
R=29.54%
G=33.04%
B=37.42%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1351511710.210.1200.33213.3317.6560
Hex8797AB15C021d5123c
Octal20722725325140413252274
Binary10000111100101111010101110101110001000011101010110010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8797AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8797AB; }

 p { color: rgb(135,151,171); }

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

<style>
 a { background-color: #8797AB; }

 a { background-color: rgb(135,151,171); }

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

<style>
 span { border-color: #8797AB; }

 span { border-color: rgb(135,151,171); }

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