#8B9EAC

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

Shades of Bali Hai #8B9EAC

Tints of Bali Hai #8B9EAC

Color information

#8B9EAC (or 0x8B9EAC) is unknown color: approx Bali Hai. HEX triplet: 8B, 9E and AC. RGB value is (139,158,172). Sum of RGB (Red+Green+Blue) = 139+158+172=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 158 (62.11% from 255 or 33.69% from 469); Blue value is 172 (67.58% from 255 or 36.67% from 469); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B9EAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8B9EAC is #746153. Grayscale: #999999. Windows color (decimal): -7627092 or 11312779. OLE color: 11312779.

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

Color convert

RGB139158172-
CMYK0.190.0800.33
HSL205.45º16.58%60.98%-
HSV(B)205.45º19.19%67.45%-
XYZ30.3232.9243.79-
YUV153.92138.21117.36-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 158 (62.11% from 255) = 33.69%
BLUE value IS 172 (67.58% from 255) = 36.67%
R=29.64%
G=33.69%
B=36.67%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391581720.190.0800.33205.4516.5860.98
Hex8B9EAC138021cd113d
Octal21323625423100413152175
Binary10001011100111101010110010011100001000011100110110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B9EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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