#8597AE

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

Shades of Bali Hai #8597AE

Tints of Bali Hai #8597AE

Color information

#8597AE (or 0x8597AE) is unknown color: approx Bali Hai. HEX triplet: 85, 97 and AE. RGB value is (133,151,174). Sum of RGB (Red+Green+Blue) = 133+151+174=458 (60% of max value = 765). Red value is 133 (52.34% from 255 or 29.04% from 458); Green value is 151 (59.38% from 255 or 32.97% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #8597AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8597AE is #7A6851. Grayscale: #949494. Windows color (decimal): -8022098 or 11442053. OLE color: 11442053.

HSL color Cylindrical-coordinate representation of color #8597AE: hue angle of 213.66º degrees, saturation: 0.2, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8597AE is Cyan = 0.24, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB133151174-
CMYK0.240.1300.32
HSL213.66º20.2%60.2%-
HSV(B)213.66º23.56%68.24%-
XYZ28.3830.1844.37-
YUV148.24142.54117.13-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 29.04%
GREEN value IS 151 (59.38% from 255) = 32.97%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=29.04%
G=32.97%
B=37.99%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1331511740.240.1300.32213.6620.260.2
Hex8597AE18D020d6143c
Octal20522725630150403262474
Binary10000101100101111010111011000110101000001101011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8597AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8597AE; }

 p { color: rgb(133,151,174); }

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

<style>
 a { background-color: #8597AE; }

 a { background-color: rgb(133,151,174); }

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

<style>
 span { border-color: #8597AE; }

 span { border-color: rgb(133,151,174); }

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