#8D9FAB

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

Shades of Bali Hai #8D9FAB

Tints of Bali Hai #8D9FAB

Color information

#8D9FAB (or 0x8D9FAB) is unknown color: approx Bali Hai. HEX triplet: 8D, 9F and AB. RGB value is (141,159,171). Sum of RGB (Red+Green+Blue) = 141+159+171=471 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.94% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 171 - color contains mainly: blue. Hex color #8D9FAB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9FAB is #726054. Grayscale: #9A9A9A. Windows color (decimal): -7495765 or 11247501. OLE color: 11247501.

HSL color Cylindrical-coordinate representation of color #8D9FAB: hue angle of 204º 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 #8D9FAB is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB141159171-
CMYK0.180.0700.33
HSL204º15.15%61.18%-
HSV(B)204º17.54%67.06%-
XYZ30.7333.443.35-
YUV154.99137.04118.02-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.94%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 171 (67.19% from 255) = 36.31%
R=29.94%
G=33.76%
B=36.31%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411591710.180.0700.3320415.1561.18
Hex8D9FAB127021ccf3d
Octal2152372532270413141775
Binary100011011001111110101011100101110100001110011001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,159,171); }

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

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

 a { background-color: rgb(141,159,171); }

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

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

 span { border-color: rgb(141,159,171); }

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