#8497AF

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

Shades of Bali Hai #8497AF

Tints of Bali Hai #8497AF

Color information

#8497AF (or 0x8497AF) is unknown color: approx Bali Hai. HEX triplet: 84, 97 and AF. RGB value is (132,151,175). Sum of RGB (Red+Green+Blue) = 132+151+175=458 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.82% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 175 (68.75% from 255 or 38.21% from 458); Max value from RGB is 175 - color contains mainly: blue. Hex color #8497AF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8497AF is #7B6850. Grayscale: #939393. Windows color (decimal): -8087633 or 11507588. OLE color: 11507588.

HSL color Cylindrical-coordinate representation of color #8497AF: hue angle of 213.49º degrees, saturation: 0.21, 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 #8497AF is Cyan = 0.25, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB132151175-
CMYK0.250.1400.31
HSL213.49º21.18%60.2%-
HSV(B)213.49º24.57%68.63%-
XYZ28.3230.1344.88-
YUV148.05143.21116.55-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 28.82%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 175 (68.75% from 255) = 38.21%
R=28.82%
G=32.97%
B=38.21%

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
Decimal1321511750.250.1400.31213.4921.1860.2
Hex8497AF19E01Fd5153c
Octal20422725731160373252574
Binary1000010010010111101011111100111100111111101010110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8497AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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