#8397AB

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

Shades of Bali Hai #8397AB

Tints of Bali Hai #8397AB

Color information

#8397AB (or 0x8397AB) is unknown color: approx Bali Hai. HEX triplet: 83, 97 and AB. RGB value is (131,151,171). Sum of RGB (Red+Green+Blue) = 131+151+171=453 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.92% from 453); Green value is 151 (59.38% from 255 or 33.33% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #8397AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8397AB is #7C6854. Grayscale: #939393. Windows color (decimal): -8153173 or 11245443. OLE color: 11245443.

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

Color convert

RGB131151171-
CMYK0.230.1200.33
HSL210º19.23%59.22%-
HSV(B)210º23.39%67.06%-
XYZ27.7829.942.84-
YUV147.3141.37116.37-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.92%
GREEN value IS 151 (59.38% from 255) = 33.33%
BLUE value IS 171 (67.19% from 255) = 37.75%
R=28.92%
G=33.33%
B=37.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1311511710.230.1200.3321019.2359.22
Hex8397AB17C021d2133b
Octal20322725327140413222373
Binary10000011100101111010101110111110001000011101001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8397AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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