#8C9CA6

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

Shades of Bali Hai #8C9CA6

Tints of Bali Hai #8C9CA6

Color information

#8C9CA6 (or 0x8C9CA6) is unknown color: approx Bali Hai. HEX triplet: 8C, 9C and A6. RGB value is (140,156,166). Sum of RGB (Red+Green+Blue) = 140+156+166=462 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.30% from 462); Green value is 156 (61.33% from 255 or 33.77% from 462); Blue value is 166 (65.23% from 255 or 35.93% from 462); Max value from RGB is 166 - color contains mainly: blue. Hex color #8C9CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C9CA6 is #736359. Grayscale: #989898. Windows color (decimal): -7562074 or 10919052. OLE color: 10919052.

HSL color Cylindrical-coordinate representation of color #8C9CA6: hue angle of 203.08º degrees, saturation: 0.13, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #8C9CA6 is Cyan = 0.16, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB140156166-
CMYK0.160.0600.35
HSL203.08º12.75%60%-
HSV(B)203.08º15.66%65.1%-
XYZ29.5932.1140.71-
YUV152.36135.7119.19-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.30%
GREEN value IS 156 (61.33% from 255) = 33.77%
BLUE value IS 166 (65.23% from 255) = 35.93%
R=30.30%
G=33.77%
B=35.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1401561660.160.0600.35203.0812.7560
Hex8C9CA6106023cbd3c
Octal2142342462060433131574
Binary100011001001110010100110100001100100011110010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C9CA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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