#8C9CAC

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

Shades of Bali Hai #8C9CAC

Tints of Bali Hai #8C9CAC

Color information

#8C9CAC (or 0x8C9CAC) is unknown color: approx Bali Hai. HEX triplet: 8C, 9C and AC. RGB value is (140,156,172). Sum of RGB (Red+Green+Blue) = 140+156+172=468 (61% of max value = 765). Red value is 140 (55.08% from 255 or 29.91% from 468); Green value is 156 (61.33% from 255 or 33.33% from 468); Blue value is 172 (67.58% from 255 or 36.75% from 468); Max value from RGB is 172 - color contains mainly: blue. Hex color #8C9CAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9CAC is #736353. Grayscale: #989898. Windows color (decimal): -7562068 or 11312268. OLE color: 11312268.

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

Color convert

RGB140156172-
CMYK0.190.0900.33
HSL210º16.16%61.18%-
HSV(B)210º18.6%67.45%-
XYZ30.1532.3343.68-
YUV153.04138.7118.7-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.91%
GREEN value IS 156 (61.33% from 255) = 33.33%
BLUE value IS 172 (67.58% from 255) = 36.75%
R=29.91%
G=33.33%
B=36.75%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401561720.190.0900.3321016.1661.18
Hex8C9CAC139021d2103d
Octal21423425423110413222075
Binary10001100100111001010110010011100101000011101001010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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