#8D9FAC

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

Shades of Bali Hai #8D9FAC

Tints of Bali Hai #8D9FAC

Color information

#8D9FAC (or 0x8D9FAC) is unknown color: approx Bali Hai. HEX triplet: 8D, 9F and AC. RGB value is (141,159,172). Sum of RGB (Red+Green+Blue) = 141+159+172=472 (62% of max value = 765). Red value is 141 (55.47% from 255 or 29.87% from 472); Green value is 159 (62.5% from 255 or 33.69% from 472); Blue value is 172 (67.58% from 255 or 36.44% from 472); Max value from RGB is 172 - color contains mainly: blue. Hex color #8D9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8D9FAC is #726053. Grayscale: #9B9B9B. Windows color (decimal): -7495764 or 11313037. OLE color: 11313037.

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

Color convert

RGB141159172-
CMYK0.180.0800.33
HSL205.16º15.74%61.37%-
HSV(B)205.16º18.02%67.45%-
XYZ30.8333.4443.86-
YUV155.1137.54117.94-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 29.87%
GREEN value IS 159 (62.5% from 255) = 33.69%
BLUE value IS 172 (67.58% from 255) = 36.44%
R=29.87%
G=33.69%
B=36.44%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411591720.180.0800.33205.1615.7461.37
Hex8D9FAC128021cd103d
Octal21523725422100413152075
Binary10001101100111111010110010010100001000011100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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