#8697AB

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

Shades of Bali Hai #8697AB

Tints of Bali Hai #8697AB

Color information

#8697AB (or 0x8697AB) is unknown color: approx Bali Hai. HEX triplet: 86, 97 and AB. RGB value is (134,151,171). Sum of RGB (Red+Green+Blue) = 134+151+171=456 (60% of max value = 765). Red value is 134 (52.73% from 255 or 29.39% from 456); Green value is 151 (59.38% from 255 or 33.11% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 171 - color contains mainly: blue. Hex color #8697AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8697AB is #796854. Grayscale: #949494. Windows color (decimal): -7956565 or 11245446. OLE color: 11245446.

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

Color convert

RGB134151171-
CMYK0.220.1200.33
HSL212.43º18.05%59.8%-
HSV(B)212.43º21.64%67.06%-
XYZ28.2530.1442.86-
YUV148.2140.87117.87-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 29.39%
GREEN value IS 151 (59.38% from 255) = 33.11%
BLUE value IS 171 (67.19% from 255) = 37.5%
R=29.39%
G=33.11%
B=37.5%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1341511710.220.1200.33212.4318.0559.8
Hex8697AB16C021d4123c
Octal20622725326140413242274
Binary10000110100101111010101110110110001000011101010010010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8697AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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