#8BA7AB

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

Shades of Ziggurat #8BA7AB

Tints of Ziggurat #8BA7AB

Color information

#8BA7AB (or 0x8BA7AB) is unknown color: approx Ziggurat. HEX triplet: 8B, A7 and AB. RGB value is (139,167,171). Sum of RGB (Red+Green+Blue) = 139+167+171=477 (63% of max value = 765). Red value is 139 (54.69% from 255 or 29.14% from 477); Green value is 167 (65.62% from 255 or 35.01% from 477); Blue value is 171 (67.19% from 255 or 35.85% from 477); Max value from RGB is 171 - color contains mainly: blue. Hex color #8BA7AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8BA7AB is #745854. Grayscale: #9F9F9F. Windows color (decimal): -7624789 or 11249547. OLE color: 11249547.

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

Color convert

RGB139167171-
CMYK0.190.0200.33
HSL187.5º16%60.78%-
HSV(B)187.5º18.71%67.06%-
XYZ31.8236.0743.81-
YUV159.08134.72113.67-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.14%
GREEN value IS 167 (65.62% from 255) = 35.01%
BLUE value IS 171 (67.19% from 255) = 35.85%
R=29.14%
G=35.01%
B=35.85%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1391671710.190.0200.33187.51660.78
Hex8BA7AB132021bb103d
Octal2132472532320412732075
Binary100010111010011110101011100111001000011011101110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8BA7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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