#8396AA

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

Shades of Bali Hai #8396AA

Tints of Bali Hai #8396AA

Color information

#8396AA (or 0x8396AA) is unknown color: approx Bali Hai. HEX triplet: 83, 96 and AA. RGB value is (131,150,170). Sum of RGB (Red+Green+Blue) = 131+150+170=451 (59% of max value = 765). Red value is 131 (51.56% from 255 or 29.05% from 451); Green value is 150 (58.98% from 255 or 33.26% from 451); Blue value is 170 (66.80% from 255 or 37.69% from 451); Max value from RGB is 170 - color contains mainly: blue. Hex color #8396AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8396AA is #7C6955. Grayscale: #929292. Windows color (decimal): -8153430 or 11179651. OLE color: 11179651.

HSL color Cylindrical-coordinate representation of color #8396AA: hue angle of 210.77º 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 #8396AA is Cyan = 0.23, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB131150170-
CMYK0.230.1200.33
HSL210.77º18.66%59.02%-
HSV(B)210.77º22.94%66.67%-
XYZ27.5229.5442.28-
YUV146.6141.21116.87-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 29.05%
GREEN value IS 150 (58.98% from 255) = 33.26%
BLUE value IS 170 (66.80% from 255) = 37.69%
R=29.05%
G=33.26%
B=37.69%

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
Decimal1311501700.230.1200.33210.7718.6659.02
Hex8396AA17C021d3133b
Octal20322625227140413232373
Binary10000011100101101010101010111110001000011101001110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8396AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8396AA; }

 p { color: rgb(131,150,170); }

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

<style>
 a { background-color: #8396AA; }

 a { background-color: rgb(131,150,170); }

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

<style>
 span { border-color: #8396AA; }

 span { border-color: rgb(131,150,170); }

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