#8B9EAE

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

Shades of Bali Hai #8B9EAE

Tints of Bali Hai #8B9EAE

Color information

#8B9EAE (or 0x8B9EAE) is unknown color: approx Bali Hai. HEX triplet: 8B, 9E and AE. RGB value is (139,158,174). Sum of RGB (Red+Green+Blue) = 139+158+174=471 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.51% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 174 (68.36% from 255 or 36.94% from 471); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B9EAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9EAE is #746151. Grayscale: #9A9A9A. Windows color (decimal): -7627090 or 11443851. OLE color: 11443851.

HSL color Cylindrical-coordinate representation of color #8B9EAE: hue angle of 207.43º degrees, saturation: 0.18, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B9EAE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139158174-
CMYK0.200.0900.32
HSL207.43º17.77%61.37%-
HSV(B)207.43º20.11%68.24%-
XYZ30.513344.81-
YUV154.14139.21117.2-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.51%
GREEN value IS 158 (62.11% from 255) = 33.55%
BLUE value IS 174 (68.36% from 255) = 36.94%
R=29.51%
G=33.55%
B=36.94%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1391581740.200.0900.32207.4317.7761.37
Hex8B9EAE149020cf123d
Octal21323625624110403172275
Binary10001011100111101010111010100100101000001100111110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9EAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B9EAE; }

 p { color: rgb(139,158,174); }

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

<style>
 a { background-color: #8B9EAE; }

 a { background-color: rgb(139,158,174); }

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

<style>
 span { border-color: #8B9EAE; }

 span { border-color: rgb(139,158,174); }

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