#8B9FAA

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

Shades of Bali Hai #8B9FAA

Tints of Bali Hai #8B9FAA

Color information

#8B9FAA (or 0x8B9FAA) is unknown color: approx Bali Hai. HEX triplet: 8B, 9F and AA. RGB value is (139,159,170). Sum of RGB (Red+Green+Blue) = 139+159+170=468 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.70% from 468); Green value is 159 (62.5% from 255 or 33.97% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B9FAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9FAA is #746055. Grayscale: #9A9A9A. Windows color (decimal): -7626838 or 11181963. OLE color: 11181963.

HSL color Cylindrical-coordinate representation of color #8B9FAA: hue angle of 201.29º degrees, saturation: 0.15, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8B9FAA is Cyan = 0.18, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB139159170-
CMYK0.180.0600.33
HSL201.29º15.42%60.59%-
HSV(B)201.29º18.24%66.67%-
XYZ30.333.1942.84-
YUV154.27136.87117.11-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.70%
GREEN value IS 159 (62.5% from 255) = 33.97%
BLUE value IS 170 (66.80% from 255) = 36.32%
R=29.70%
G=33.97%
B=36.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391591700.180.0600.33201.2915.4260.59
Hex8B9FAA126021c9f3d
Octal2132372522260413111775
Binary100010111001111110101010100101100100001110010011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9FAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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