#8C9FAC

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

Shades of Bali Hai #8C9FAC

Tints of Bali Hai #8C9FAC

Color information

#8C9FAC (or 0x8C9FAC) is unknown color: approx Bali Hai. HEX triplet: 8C, 9F and AC. RGB value is (140,159,172). Sum of RGB (Red+Green+Blue) = 140+159+172=471 (62% of max value = 765). Red value is 140 (55.08% from 255 or 29.72% from 471); Green value is 159 (62.5% from 255 or 33.76% from 471); Blue value is 172 (67.58% from 255 or 36.52% from 471); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C9FAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9FAC is #736053. Grayscale: #9A9A9A. Windows color (decimal): -7561300 or 11313036. OLE color: 11313036.

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

Color convert

RGB140159172-
CMYK0.190.0800.33
HSL204.38º16.16%61.18%-
HSV(B)204.38º18.6%67.45%-
XYZ30.6633.3543.85-
YUV154.8137.71117.44-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.72%
GREEN value IS 159 (62.5% from 255) = 33.76%
BLUE value IS 172 (67.58% from 255) = 36.52%
R=29.72%
G=33.76%
B=36.52%

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
Decimal1401591720.190.0800.33204.3816.1661.18
Hex8C9FAC138021cc103d
Octal21423725423100413142075
Binary10001100100111111010110010011100001000011100110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9FAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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