#8B9FAE

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

Shades of Bali Hai #8B9FAE

Tints of Bali Hai #8B9FAE

Color information

#8B9FAE (or 0x8B9FAE) is unknown color: approx Bali Hai. HEX triplet: 8B, 9F and AE. RGB value is (139,159,174). Sum of RGB (Red+Green+Blue) = 139+159+174=472 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.45% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 174 - color contains mainly: blue. Hex color #8B9FAE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9FAE is #746051. Grayscale: #9A9A9A. Windows color (decimal): -7626834 or 11444107. OLE color: 11444107.

HSL color Cylindrical-coordinate representation of color #8B9FAE: hue angle of 205.71º 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 #8B9FAE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB139159174-
CMYK0.200.0900.32
HSL205.71º17.77%61.37%-
HSV(B)205.71º20.11%68.24%-
XYZ30.6933.3444.86-
YUV154.73138.87116.78-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.45%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=29.45%
G=33.69%
B=36.86%

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
Decimal1391591740.200.0900.32205.7117.7761.37
Hex8B9FAE149020ce123d
Octal21323725624110403162275
Binary10001011100111111010111010100100101000001100111010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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