#8CA1A4

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

Shades of Ziggurat #8CA1A4

Tints of Ziggurat #8CA1A4

Color information

#8CA1A4 (or 0x8CA1A4) is unknown color: approx Ziggurat. HEX triplet: 8C, A1 and A4. RGB value is (140,161,164). Sum of RGB (Red+Green+Blue) = 140+161+164=465 (61% of max value = 765). Red value is 140 (55.08% from 255 or 30.11% from 465); Green value is 161 (63.28% from 255 or 34.62% from 465); Blue value is 164 (64.45% from 255 or 35.27% from 465); Max value from RGB is 164 - color contains mainly: blue. Hex color #8CA1A4 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CA1A4 is #735E5B. Grayscale: #9B9B9B. Windows color (decimal): -7560796 or 10789260. OLE color: 10789260.

HSL color Cylindrical-coordinate representation of color #8CA1A4: hue angle of 187.5º degrees, saturation: 0.12, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8CA1A4 is Cyan = 0.15, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB140161164-
CMYK0.150.0200.36
HSL187.5º11.65%59.61%-
HSV(B)187.5º14.63%64.31%-
XYZ30.2633.7540.04-
YUV155.06133.04117.26-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 30.11%
GREEN value IS 161 (63.28% from 255) = 34.62%
BLUE value IS 164 (64.45% from 255) = 35.27%
R=30.11%
G=34.62%
B=35.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1401611640.150.0200.36187.511.6559.61
Hex8CA1A4F2024bbc3c
Octal2142412441720442731474
Binary1000110010100001101001001111100100100101110111100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,161,164); }

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

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

 a { background-color: rgb(140,161,164); }

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

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

 span { border-color: rgb(140,161,164); }

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