#8397AF

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

Shades of Bali Hai #8397AF

Tints of Bali Hai #8397AF

Color information

#8397AF (or 0x8397AF) is unknown color: approx Bali Hai. HEX triplet: 83, 97 and AF. RGB value is (131,151,175). Sum of RGB (Red+Green+Blue) = 131+151+175=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 151 (59.38% from 255 or 33.04% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 175 - color contains mainly: blue. Hex color #8397AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8397AF is #7C6850. Grayscale: #939393. Windows color (decimal): -8153169 or 11507587. OLE color: 11507587.

HSL color Cylindrical-coordinate representation of color #8397AF: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8397AF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB131151175-
CMYK0.250.1400.31
HSL212.73º21.57%60%-
HSV(B)212.73º25.14%68.63%-
XYZ28.1630.0544.87-
YUV147.76143.37116.05-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.67%
GREEN value IS 151 (59.38% from 255) = 33.04%
BLUE value IS 175 (68.75% from 255) = 38.29%
R=28.67%
G=33.04%
B=38.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1311511750.250.1400.31212.7321.5760
Hex8397AF19E01Fd5163c
Octal20322725731160373252674
Binary1000001110010111101011111100111100111111101010110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8397AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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