#8CA7AB

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

Shades of Ziggurat #8CA7AB

Tints of Ziggurat #8CA7AB

Color information

#8CA7AB (or 0x8CA7AB) is unknown color: approx Ziggurat. HEX triplet: 8C, A7 and AB. RGB value is (140,167,171). Sum of RGB (Red+Green+Blue) = 140+167+171=478 (63% of max value = 765). Red value is 140 (55.08% from 255 or 29.29% from 478); Green value is 167 (65.62% from 255 or 34.94% from 478); Blue value is 171 (67.19% from 255 or 35.77% from 478); Max value from RGB is 171 - color contains mainly: blue. Hex color #8CA7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA7AB is #735854. Grayscale: #9F9F9F. Windows color (decimal): -7559253 or 11249548. OLE color: 11249548.

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

Color convert

RGB140167171-
CMYK0.180.0200.33
HSL187.74º15.58%60.98%-
HSV(B)187.74º18.13%67.06%-
XYZ31.9836.1543.82-
YUV159.38134.55114.17-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 29.29%
GREEN value IS 167 (65.62% from 255) = 34.94%
BLUE value IS 171 (67.19% from 255) = 35.77%
R=29.29%
G=34.94%
B=35.77%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401671710.180.0200.33187.7415.5860.98
Hex8CA7AB122021bc103d
Octal2142472532220412742075
Binary100011001010011110101011100101001000011011110010000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,167,171); }

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

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

 a { background-color: rgb(140,167,171); }

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

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

 span { border-color: rgb(140,167,171); }

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