#8399AE

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

Shades of Bali Hai #8399AE

Tints of Bali Hai #8399AE

Color information

#8399AE (or 0x8399AE) is unknown color: approx Bali Hai. HEX triplet: 83, 99 and AE. RGB value is (131,153,174). Sum of RGB (Red+Green+Blue) = 131+153+174=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 153 (60.16% from 255 or 33.41% 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 #8399AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8399AE is #7C6651. Grayscale: #949494. Windows color (decimal): -8152658 or 11442563. OLE color: 11442563.

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

Color convert

RGB131153174-
CMYK0.250.1200.32
HSL209.3º20.98%59.8%-
HSV(B)209.3º24.71%68.24%-
XYZ28.3930.6644.47-
YUV148.82142.21115.29-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 28.60%
GREEN value IS 153 (60.16% from 255) = 33.41%
BLUE value IS 174 (68.36% from 255) = 37.99%
R=28.60%
G=33.41%
B=37.99%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1311531740.250.1200.32209.320.9859.8
Hex8399AE19C020d1153c
Octal20323125631140403212574
Binary10000011100110011010111011001110001000001101000110101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8399AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(131,153,174); }

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

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

 a { background-color: rgb(131,153,174); }

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

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

 span { border-color: rgb(131,153,174); }

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